all repos — mgba @ 3f59175a8173214691f599feb6c959de90095b0c

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