mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 09:21:34 -04:00
15 lines
237 B
C
15 lines
237 B
C
#ifndef RES_FOBJ00_H
|
|
#define RES_FOBJ00_H
|
|
|
|
#include "global.h"
|
|
|
|
enum FOBJ00_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
FOBJ00_BCK_FOBJ00=0x4,
|
|
|
|
/* BDL */
|
|
FOBJ00_BDL_FOBJ00=0x7,
|
|
};
|
|
|
|
#endif /* RES_FOBJ00_H */
|