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

14 lines
268 B
C

#ifndef RES_MSHOKKI_H
#define RES_MSHOKKI_H
#include "global.h" // IWYU pragma: keep
enum MSHOKKI_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MSHOKKI_BDL_KOPPU=0x3,
MSHOKKI_BDL_OSARA=0x4,
MSHOKKI_BDL_POT=0x5,
};
#endif /* RES_MSHOKKI_H */