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

15 lines
237 B
C

#ifndef RES_TRFLAG_H
#define RES_TRFLAG_H
#include "global.h"
enum TRFLAG_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
TRFLAG_BDL_ETHATA=0x4,
/* TEX */
TRFLAG_BTI_ETHATA=0x7,
};
#endif /* RES_TRFLAG_H */