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