decompile window.s
This commit is contained in:
8
include/malloc.h
Normal file
8
include/malloc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef GUARD_MALLOC_H
|
||||
#define GUARD_MALLOC_H
|
||||
|
||||
void *Alloc(u32 size);
|
||||
void *AllocZeroed(u32 size);
|
||||
void Free(void *pointer);
|
||||
|
||||
#endif // GUARD_MALLOC_H
|
||||
Reference in New Issue
Block a user