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

15 lines
250 B
C

#ifndef RES_OTANA_H
#define RES_OTANA_H
#include "global.h" // IWYU pragma: keep
enum OTANA_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
OTANA_BDL_OTANA=0x4,
/* DZB */
OTANA_DZB_OTANA=0x7,
};
#endif /* RES_OTANA_H */