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

16 lines
291 B
C

#ifndef RES_TENMADO_H
#define RES_TENMADO_H
#include "global.h" // IWYU pragma: keep
enum TENMADO_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
TENMADO_BDL_MMADOL=0x4,
TENMADO_BDL_MMADOR=0x5,
/* DZB */
TENMADO_DZB_MMADO=0x8,
};
#endif /* RES_TENMADO_H */