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