all repos — mgba @ bcb1617a6996445faad0f5dede50bbd4d8d6f0b5

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