all repos — mgba @ 531d4c7bae4139a0caedbb5b1e83c7e532be0ab8

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