* Update BGE for change in r32001
* Fix var declaration in bpy_interface.c * Remove forward declarations from py_capi_utils.h: they are unnecessary and break compiles (there were probably many warnings about this during compile with GCC).
This commit is contained in:
@@ -25,9 +25,6 @@
|
||||
#ifndef PY_CAPI_UTILS_H
|
||||
#define PY_CAPI_UTILS_H
|
||||
|
||||
struct PyObject;
|
||||
struct PyTypeObject;
|
||||
|
||||
void PyC_ObSpit(char *name, PyObject *var);
|
||||
void PyC_LineSpit(void);
|
||||
PyObject * PyC_ExceptionBuffer(void);
|
||||
|
Reference in New Issue
Block a user