mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-03 10:31:17 -04:00
15 lines
237 B
C
15 lines
237 B
C
#ifndef RES_HTOBI1_H
|
|
#define RES_HTOBI1_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HTOBI1_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HTOBI1_BDL_HTOBI1=0x4,
|
|
|
|
/* DZB */
|
|
HTOBI1_DZB_HTOBI1=0x7,
|
|
};
|
|
|
|
#endif /* RES_HTOBI1_H */
|