all repos — mgba @ 2d49a41a30bca9ad47457ad8825fc13b9e82de81

mGBA Game Boy Advance Emulator

src/platform/python/lib.h (view raw)

 1#include "flags.h"
 2
 3struct VFile;
 4
 5extern bool mPythonLoadScript(const char*, struct VFile*);
 6extern void mPythonRunPending();
 7
 8#ifdef USE_DEBUGGERS
 9extern void mPythonSetDebugger(struct mDebugger*);
10extern void mPythonDebuggerEntered(enum mDebuggerEntryReason, struct mDebuggerEntryInfo*);
11#endif