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

14 lines
244 B
C

#ifndef RES_IKARI_H
#define RES_IKARI_H
#include "global.h"
enum IKARI_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
IKARI_BDL_S_IKARI2=0x3,
IKARI_BDL_S_IKARI3=0x4,
IKARI_BDL_S_IKARI4=0x5,
};
#endif /* RES_IKARI_H */