mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-27 16:12:54 -04:00
15 lines
237 B
C
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 */
|