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

41 lines
748 B
C

#ifndef RES_DEMO34_H
#define RES_DEMO34_H
#include "global.h" // IWYU pragma: keep
enum DEMO34_RES_FILE_ID {
/* STB */
DEMO34_STB_SEAL=0x0,
/* BRK */
DEMO34_BRK_YTRCG00=0x1,
DEMO34_BRK_YCAGE00=0x2,
/* BTK */
DEMO34_BTK_YTRCG00=0x3,
DEMO34_BTK_YCAGE00=0x4,
/* BDLM */
DEMO34_BDL_YTRCG00=0x5,
DEMO34_BDL_YCAGE00=0x6,
};
enum DEMO34_RES_FILE_INDEX {
/* STB */
DEMO34_INDEX_STB_SEAL=0x6,
/* BRK */
DEMO34_INDEX_BRK_YTRCG00=0x9,
DEMO34_INDEX_BRK_YCAGE00=0xA,
/* BTK */
DEMO34_INDEX_BTK_YTRCG00=0xD,
DEMO34_INDEX_BTK_YCAGE00=0xE,
/* BDLM */
DEMO34_INDEX_BDL_YTRCG00=0x11,
DEMO34_INDEX_BDL_YCAGE00=0x12,
};
#endif /* RES_DEMO34_H */