mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 08:24:59 -04:00
15 lines
237 B
C
15 lines
237 B
C
#ifndef RES_FOBJ06_H
|
|
#define RES_FOBJ06_H
|
|
|
|
#include "global.h"
|
|
|
|
enum FOBJ06_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
FOBJ06_BCK_FOBJ06=0x4,
|
|
|
|
/* BDL */
|
|
FOBJ06_BDL_FOBJ06=0x7,
|
|
};
|
|
|
|
#endif /* RES_FOBJ06_H */
|