PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
runexe.h
Go to the documentation of this file.
1 #ifndef _PSXSDK_RUNEXE_H
2 #define _PSXSDK_RUNEXE_H
3 
15 int PSX_RunExe(void *exeBuffer);
16 
17 #endif