mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 01:03:00 -04:00
28 lines
479 B
C
28 lines
479 B
C
#ifndef RES_GKAI00_H
|
|
#define RES_GKAI00_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum GKAI00_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
GKAI00_BCK_GKAI00=0x8,
|
|
|
|
/* BDLM */
|
|
GKAI00_BDL_GKAI00=0xB,
|
|
|
|
/* BPK */
|
|
GKAI00_BPK_GKAI00_01=0xE,
|
|
GKAI00_BPK_GKAI00_02=0xF,
|
|
|
|
/* BRK */
|
|
GKAI00_BRK_GKAI00=0x12,
|
|
|
|
/* BTK */
|
|
GKAI00_BTK_GKAI00=0x15,
|
|
|
|
/* DZB */
|
|
GKAI00_DZB_GKAI00=0x18,
|
|
};
|
|
|
|
#endif /* RES_GKAI00_H */
|