mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 11:37:25 -04:00
16 lines
255 B
C
16 lines
255 B
C
#ifndef RES_HAMI2_H
|
|
#define RES_HAMI2_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HAMI2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HAMI2_BDL_HAMI2=0x4,
|
|
|
|
/* DZB */
|
|
HAMI2_DZB_HAMI2=0x7,
|
|
HAMI2_DZB_HAMI2B=0x8,
|
|
};
|
|
|
|
#endif /* RES_HAMI2_H */
|