29 #ifndef CFPYTHON_MAP_H 30 #define CFPYTHON_MAP_H 40 #define MAPEXISTCHECK(map) { \ 41 if (!(map) || ((map)->valid == 0)) { \ 42 PyErr_SetString(PyExc_ReferenceError, "Crossfire map no longer exists"); \ 47 #define MAPEXISTCHECK_INT(map) { \ 48 if (!(map) || ((map)->valid == 0)) { \ 49 PyErr_SetString(PyExc_ReferenceError, "Crossfire map no longer exists"); \
PyTypeObject Crossfire_MapType
PyObject * Crossfire_Map_wrap(mapstruct *what)
PyObject_HEAD mapstruct * map