mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
15 lines
242 B
C
15 lines
242 B
C
#ifndef RES_HTW1_H
|
|
#define RES_HTW1_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum HTW1_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HTW1_BDL_HTW1=0x4,
|
|
|
|
/* DZB */
|
|
HTW1_DZB_HTW1=0x7,
|
|
};
|
|
|
|
#endif /* RES_HTW1_H */
|