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

15 lines
237 B
C

#ifndef RES_FOBJ09_H
#define RES_FOBJ09_H
#include "global.h"
enum FOBJ09_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
FOBJ09_BCK_FOBJ09=0x4,
/* BDL */
FOBJ09_BDL_FOBJ09=0x7,
};
#endif /* RES_FOBJ09_H */