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

14 lines
243 B
C

#ifndef RES_EP_H
#define RES_EP_H
#include "global.h" // IWYU pragma: keep
enum EP_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
EP_BDL_EP_GA=0x3,
EP_BDL_OBM_SHOKUDAI1=0x4,
EP_BDL_VKTSD=0x5,
};
#endif /* RES_EP_H */