aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/modified/pyinterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/python-console/modified/pyinterpreter.h')
-rw-r--r--3rdparty/python-console/modified/pyinterpreter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/python-console/modified/pyinterpreter.h b/3rdparty/python-console/modified/pyinterpreter.h
index 1a85c1fb..48512507 100644
--- a/3rdparty/python-console/modified/pyinterpreter.h
+++ b/3rdparty/python-console/modified/pyinterpreter.h
@@ -33,4 +33,5 @@ void pyinterpreter_initialize();
void pyinterpreter_finalize();
void pyinterpreter_aquire();
void pyinterpreter_release();
+std::string pyinterpreter_execute_file(const char *python_file, int *errorCode);
#endif // PYINTERPRETER_H