Add z3_dungeon_room and yaze_load_all_rooms to public headers
This commit is contained in:
@@ -54,8 +54,14 @@ typedef enum z3_dungeon_background2 {
|
||||
DarkRoom
|
||||
} z3_dungeon_background2;
|
||||
|
||||
typedef struct z3_dungeon_room {
|
||||
z3_dungeon_background2 bg2;
|
||||
z3_dungeon_destination pits;
|
||||
z3_dungeon_destination stairs[4];
|
||||
} z3_dungeon_room;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // YAZE_BASE_DUNGEON_H_
|
||||
#endif // YAZE_BASE_DUNGEON_H_
|
||||
|
||||
Reference in New Issue
Block a user