// ARAT
#ifdef ENABLE_COSTUME_SYSTEM
PyModule_AddIntConstant (poModule, "ENABLE_COSTUME_SYSTEM", 1);
#else
PyModule_AddIntConstant (poModule, "ENABLE_COSTUME_SYSTEM", 0);
#endif
// ALTINA EKLE #ENDİF`İN ALTINA EKLE
#ifdef ENABLE_TITLE_SYSTEM
PyModule_AddIntConstant (poModule, "ENABLE_TITLE_SYSTEM", 1);
#else
PyModule_AddIntConstant (poModule, "ENABLE_TITLE_SYSTEM", 0);
#endif