mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
31bf98f33a
commit
78024e3740
@ -43,6 +43,7 @@
|
||||
#ifdef HAVE_LONG_LONG
|
||||
#undef HAVE_LONG_LONG
|
||||
#endif
|
||||
|
||||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
#ifdef HAVE_LONG_LONG
|
||||
@ -801,7 +802,7 @@ static PyObject * GetSupperBase(PyObject * self)
|
||||
};
|
||||
|
||||
|
||||
static PyMethodDef Dtool_Methods_DTOOL_SUPPER_BASE[]= {
|
||||
PyMethodDef Dtool_Methods_DTOOL_SUPPER_BASE[]= {
|
||||
{ "DtoolGetSupperBase",(PyCFunction ) &GetSupperBase, METH_NOARGS,"Will Return SUPPERbase Class"},
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user