This commit is contained in:
2010-09-19 14:02:45 +00:00
parent 6ed4656604
commit 1615c9e435
2 changed files with 146 additions and 1 deletions

View File

@@ -38,5 +38,5 @@ const char * PuC_UnicodeAsByte(PyObject *py_str, PyObject **coerce); /* coerce m
/* name namespace function for bpy & bge */
PyObject * PyC_DefaultNameSpace(const char *filename);
void PyC_RunQuicky(const char *filepath, int n, ...);
#endif // PY_CAPI_UTILS_H