mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
15 lines
260 B
C
15 lines
260 B
C
#ifndef RES_KOKIIE_H
|
|
#define RES_KOKIIE_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum KOKIIE_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
KOKIIE_BDL_KOKI_00=0x4,
|
|
|
|
/* DZB */
|
|
KOKIIE_DZB_KOKI_00=0x7,
|
|
};
|
|
|
|
#endif /* RES_KOKIIE_H */
|