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

15 lines
237 B
C

#ifndef RES_EBOMZO_H
#define RES_EBOMZO_H
#include "global.h"
enum EBOMZO_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
EBOMZO_BDL_EBOMZO=0x4,
/* DZB */
EBOMZO_DZB_EBOMZO=0x7,
};
#endif /* RES_EBOMZO_H */