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:
scawful
2025-04-11 00:50:48 -04:00
parent 087b194651
commit 5e13b1b571
7 changed files with 92 additions and 123 deletions

View File

@@ -8,7 +8,6 @@
#include "app/core/controller.h"
#include "app/rom.h"
#include "app/zelda3/overworld/overworld.h"
#include "dungeon.h"
#include "util/flag.h"
#include "yaze_config.h"