mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add PyObject_Cmp
This commit is contained in:
parent
a09cfb3a9b
commit
03ae6c36f6
@ -43,6 +43,7 @@ extern "C" {
|
||||
EXPCL_DTOOLCONFIG int PyNumber_Long(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_CallObject(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_Call(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_Cmp(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_Free(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_GetAttrString(...);
|
||||
EXPCL_DTOOLCONFIG int PyObject_HasAttrString(...);
|
||||
@ -125,6 +126,7 @@ int PyLong_Type(...) { return 0; }
|
||||
int PyNumber_Long(...) { return 0; }
|
||||
int PyObject_CallObject(...) { return 0; }
|
||||
int PyObject_Call(...) { return 0; }
|
||||
int PyObject_Cmp(...) { return 0; }
|
||||
int PyObject_Free(...) { return 0; }
|
||||
int PyObject_GetAttrString(...) { return 0; }
|
||||
int PyObject_HasAttrString(...) { return 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user