Files
tww/include/d/res/res_ep.h
T
2024-04-23 15:02:25 -04:00

14 lines
222 B
C

#ifndef RES_EP_H
#define RES_EP_H
#include "global.h"
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 */