Files

15 lines
258 B
C

#ifndef RES_FOBJ01_H
#define RES_FOBJ01_H
#include "global.h" // IWYU pragma: keep
enum FOBJ01_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
FOBJ01_BCK_FOBJ01=0x4,
/* BDL */
FOBJ01_BDL_FOBJ01=0x7,
};
#endif /* RES_FOBJ01_H */