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

15 lines
225 B
C

#ifndef RES_KRYU_H
#define RES_KRYU_H
#include "global.h"
enum KRYU_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
KRYU_BDL_RYU_00=0x4,
/* DZB */
KRYU_DZB_RYU_00=0x7,
};
#endif /* RES_KRYU_H */