mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 13:23:27 -04:00
15 lines
221 B
C
15 lines
221 B
C
#ifndef RES_HBW2_H
|
|
#define RES_HBW2_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HBW2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HBW2_BDL_HBW2=0x4,
|
|
|
|
/* DZB */
|
|
HBW2_DZB_HBW2=0x7,
|
|
};
|
|
|
|
#endif /* RES_HBW2_H */
|