refactor(include): update include paths for consistency across source files

- Modified include paths in multiple source files to reflect the new directory structure, ensuring all references are correctly aligned with the updated project organization.

Benefits:
- Enhanced maintainability and clarity of the codebase by standardizing include paths.
This commit is contained in:
scawful
2025-10-11 12:28:10 -04:00
parent 18986e3656
commit be7303ea5b
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
#include "imgui/imgui.h"
#include "app/rom.h"
#include "app/zelda3/dungeon/room_entrance.h"
#include "zelda3/dungeon/room.h"
#include "app/zelda3/dungeon/room.h"
namespace yaze {
namespace editor {