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

15 lines
237 B
C

#ifndef RES_HTOBI2_H
#define RES_HTOBI2_H
#include "global.h"
enum HTOBI2_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HTOBI2_BDL_HTOBI2=0x4,
/* DZB */
HTOBI2_DZB_HTOBI2=0x7,
};
#endif /* RES_HTOBI2_H */