SpielBackupAlt/addons/pythonscript/windows-32/include/enumobject.h

18 lines
270 B
C
Raw Permalink Normal View History

2024-12-26 14:54:06 +00:00
#ifndef Py_ENUMOBJECT_H
#define Py_ENUMOBJECT_H
/* Enumerate Object */
#ifdef __cplusplus
extern "C" {
#endif
PyAPI_DATA(PyTypeObject) PyEnum_Type;
PyAPI_DATA(PyTypeObject) PyReversed_Type;
#ifdef __cplusplus
}
#endif
#endif /* !Py_ENUMOBJECT_H */