mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
15 lines
258 B
C
15 lines
258 B
C
#ifndef RES_FOBJ02_H
|
|
#define RES_FOBJ02_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum FOBJ02_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
FOBJ02_BCK_FOBJ02=0x4,
|
|
|
|
/* BDL */
|
|
FOBJ02_BDL_FOBJ02=0x7,
|
|
};
|
|
|
|
#endif /* RES_FOBJ02_H */
|