mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-14 22:09:06 -04:00
15 lines
237 B
C
15 lines
237 B
C
#ifndef RES_HTOBI2_H
|
|
#define RES_HTOBI2_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HTOBI2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HTOBI2_BDL_HTOBI2=0x4,
|
|
|
|
/* DZB */
|
|
HTOBI2_DZB_HTOBI2=0x7,
|
|
};
|
|
|
|
#endif /* RES_HTOBI2_H */
|