idk, kinda nice to keep them aligned
This commit is contained in:
parent
5ddc142bf7
commit
ce80c87438
1 changed files with 4 additions and 4 deletions
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
#include "axl_types.h"
|
||||
|
||||
void axl_init(void);
|
||||
void* axl_malloc(u32 size);
|
||||
void* axl_memset(void* ptr, i8 c, u32 n);
|
||||
void axl_free(void* ptr);
|
||||
void axl_init(void);
|
||||
void* axl_malloc(u32 size);
|
||||
void* axl_memset(void* ptr, i8 c, u32 n);
|
||||
void axl_free(void* ptr);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue