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

19 lines
314 B
C

#ifndef RES_SSS_H
#define RES_SSS_H
#include "global.h" // IWYU pragma: keep
enum SSS_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
SSS_BCK_SSS_HIRAKU=0x5,
SSS_BCK_SSS_TOJIRU=0x6,
/* BMD */
SSS_BMD_SSS_HAND=0x9,
/* TEX */
SSS_BTI_SSS=0xC,
};
#endif /* RES_SSS_H */