Files
tww/include/d/res/res_htobi2.h
T

15 lines
258 B
C

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