Files

15 lines
258 B
C

#ifndef RES_FOBJ08_H
#define RES_FOBJ08_H
#include "global.h" // IWYU pragma: keep
enum FOBJ08_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
FOBJ08_BCK_FOBJ08=0x4,
/* BDL */
FOBJ08_BDL_FOBJ08=0x7,
};
#endif /* RES_FOBJ08_H */