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

18 lines
317 B
C

#ifndef RES_YOUGAN_H
#define RES_YOUGAN_H
#include "global.h" // IWYU pragma: keep
enum YOUGAN_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
YOUGAN_BCK_YOUGAN_AWA=0x5,
/* BTK */
YOUGAN_BTK_YOUGAN_AWA=0x8,
/* BMDM */
YOUGAN_BMD_YOUGAN_AWA=0xB,
};
#endif /* RES_YOUGAN_H */