psxsdk/libpsx/src/memory.h

6 lines
79 B
C

#ifndef _PSXSDK_MEMORY_H
#define _PSXSDK_MEMORY_H
void malloc_setup();
#endif