mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 22:11:35 -04:00
21 lines
351 B
C
21 lines
351 B
C
#ifndef RES_KYJIM_H
|
|
#define RES_KYJIM_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum KYJIM_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
KYJIM_BCK_KYJIM_00=0x6,
|
|
|
|
/* BDLM */
|
|
KYJIM_BDL_KYJIM_00=0x9,
|
|
|
|
/* BRK */
|
|
KYJIM_BRK_KYJIM_00=0xC,
|
|
|
|
/* DZB */
|
|
KYJIM_DZB_KYJIM_00=0xF,
|
|
};
|
|
|
|
#endif /* RES_KYJIM_H */
|