mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-02 10:10:06 -04:00
14 lines
222 B
C
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 */
|