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

15 lines
237 B
C

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