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

15 lines
245 B
C

#ifndef RES_YAKEROM_H
#define RES_YAKEROM_H
#include "global.h"
enum YAKEROM_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
YAKEROM_BDL_YAKEROM=0x4,
/* DZB */
YAKEROM_DZB_YAKEROM=0x7,
};
#endif /* RES_YAKEROM_H */