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

15 lines
237 B
C

#ifndef RES_ESHATA_H
#define RES_ESHATA_H
#include "global.h"
enum ESHATA_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
ESHATA_BDL_ESHATA=0x4,
/* TEX */
ESHATA_BTI_ESHATA=0x7,
};
#endif /* RES_ESHATA_H */