Remove dungeon.h and overworld.h headers; integrate their structures directly into zelda.h and update include paths in related source files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "room.h"
|
||||
|
||||
#include <dungeon.h>
|
||||
#include <yaze.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef YAZE_APP_ZELDA3_DUNGEON_ROOM_H
|
||||
#define YAZE_APP_ZELDA3_DUNGEON_ROOM_H
|
||||
|
||||
#include <dungeon.h>
|
||||
#include <yaze.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <string_view>
|
||||
|
||||
Reference in New Issue
Block a user