mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-22 08:15:43 -04:00
14 lines
244 B
C
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 */
|