mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 00:46:29 -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 */
|