mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 22:11:35 -04:00
12 lines
198 B
C
12 lines
198 B
C
#ifndef RES_NZG_H
|
|
#define RES_NZG_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum NZG_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
NZG_BDL_KANA_00=0x3,
|
|
};
|
|
|
|
#endif /* RES_NZG_H */
|