mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
12 lines
204 B
C
12 lines
204 B
C
#ifndef RES_NPCNZ_H
|
|
#define RES_NPCNZ_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum NPCNZ_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
NPCNZ_BDL_NZ=0x3,
|
|
};
|
|
|
|
#endif /* RES_NPCNZ_H */
|