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

15 lines
258 B
C

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