Files
tww/include/d/res/res_hbox2.h
T
2024-04-23 15:02:25 -04:00

15 lines
229 B
C

#ifndef RES_HBOX2_H
#define RES_HBOX2_H
#include "global.h"
enum HBOX2_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HBOX2_BDL_HBOX2=0x4,
/* DZB */
HBOX2_DZB_HBOX2=0x7,
};
#endif /* RES_HBOX2_H */