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

17 lines
283 B
C

#ifndef RES_HOMEN_H
#define RES_HOMEN_H
#include "global.h"
enum HOMEN_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HOMEN_BDL_HOMEN1=0x4,
HOMEN_BDL_HOMEN2=0x5,
/* DZB */
HOMEN_DZB_HOMEN1=0x8,
HOMEN_DZB_HOMEN2=0x9,
};
#endif /* RES_HOMEN_H */