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

15 lines
237 B
C

#ifndef RES_HTOBI1_H
#define RES_HTOBI1_H
#include "global.h"
enum HTOBI1_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HTOBI1_BDL_HTOBI1=0x4,
/* DZB */
HTOBI1_DZB_HTOBI1=0x7,
};
#endif /* RES_HTOBI1_H */