Files
tww/include/d/res/res_hbw2.h
T
2024-04-23 15:02:25 -04:00

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 */