Files
tww/include/d/res/res_fobj09.h
T

15 lines
258 B
C

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