Files
tww/include/d/res/res_odokuro.h
T

12 lines
218 B
C

#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 */