#ifndef RES_ODOKURO_H #define RES_ODOKURO_H #include "global.h" // IWYU pragma: keep enum ODOKURO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ ODOKURO_BDL_ODOKURO=0x3, }; #endif /* RES_ODOKURO_H */