refactor(music): update include path for Hyrule Magic

- Changed the include path for Hyrule Magic from "app/zelda3/hyrule_magic.h" to "util/hyrule_magic.h" in tracker.cc.
- This adjustment improves the modularity of the codebase by aligning the include structure with the new organization of utility headers.
This commit is contained in:
scawful
2025-10-12 01:56:43 -04:00
parent 5dc54e5a73
commit 102cd76017
2 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#include <vector>
#include "app/rom.h"
#include "app/zelda3/hyrule_magic.h"
#include "util/hyrule_magic.h"
#include "util/macro.h"
namespace yaze {