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

18 lines
295 B
C

#ifndef RES_GTAKI_H
#define RES_GTAKI_H
#include "global.h" // IWYU pragma: keep
enum GTAKI_RES_FILE_ID { // IDs and indexes are synced
/* BDLI */
GTAKI_BDL_GTAKI=0x5,
/* BTK */
GTAKI_BTK_GTAKI=0x8,
/* DZB */
GTAKI_DZB_ITAKI=0xB,
};
#endif /* RES_GTAKI_H */