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,8 +8,6 @@ extern "C" {
#include <stddef.h>
#include <stdint.h>
#include "dungeon.h"
#include "overworld.h"
#include "snes.h"
#include "zelda.h"