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

15 lines
248 B
C

#ifndef RES_IKORI_H
#define RES_IKORI_H
#include "global.h" // IWYU pragma: keep
enum IKORI_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
IKORI_BDL_VICE=0x4,
/* DZB */
IKORI_DZB_VICE=0x7,
};
#endif /* RES_IKORI_H */