mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
add more
This commit is contained in:
parent
86ce5ebba1
commit
824a1d947c
@ -63,6 +63,7 @@ extern "C" {
|
||||
EXPCL_DTOOLCONFIG int PyTuple_New(...);
|
||||
EXPCL_DTOOLCONFIG int PyType_IsSubtype(...);
|
||||
EXPCL_DTOOLCONFIG int PyUnicode_Type(...);
|
||||
EXPCL_DTOOLCONFIG int PyUnicodeUCS2_FromWideChar(...);
|
||||
EXPCL_DTOOLCONFIG int Py_BuildValue(...);
|
||||
EXPCL_DTOOLCONFIG int Py_InitModule4(...);
|
||||
EXPCL_DTOOLCONFIG int PyCFunction_New(...);
|
||||
@ -137,6 +138,7 @@ int PyTuple_GetItem(...) { return 0; }
|
||||
int PyTuple_New(...) { return 0; }
|
||||
int PyType_IsSubtype(...) { return 0; }
|
||||
int PyUnicode_Type(...) { return 0; }
|
||||
int PyUnicodeUCS2_FromWideChar(...) { return 0; }
|
||||
int Py_BuildValue(...) { return 0; }
|
||||
int Py_InitModule4(...) { return 0; }
|
||||
int PyCFunction_New(...) { return 0; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user