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

15 lines
237 B
C

#ifndef RES_HTOBI3_H
#define RES_HTOBI3_H
#include "global.h"
enum HTOBI3_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HTOBI3_BDL_HTOBI3=0x4,
/* DZB */
HTOBI3_DZB_HTOBI3=0x7,
};
#endif /* RES_HTOBI3_H */