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

15 lines
242 B
C

#ifndef RES_EKAO_H
#define RES_EKAO_H
#include "global.h" // IWYU pragma: keep
enum EKAO_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
EKAO_BDL_EKAO=0x4,
/* DZB */
EKAO_DZB_EKAO=0x7,
};
#endif /* RES_EKAO_H */