#ifndef RES_SYSTEM_H #define RES_SYSTEM_H #include "global.h" enum SYSTEM_RES_FILE_ID { // IDs and indexes are synced /* DAT */ SYSTEM_BTI_TOON=0x3, SYSTEM_BTI_TOONEX=0x4, }; #endif /* RES_SYSTEM_H */