diff options
| author | Max Roncace <me@caseif.net> | 2026-02-20 05:53:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-20 02:53:27 -0800 |
| commit | 803bc041c7e228e2b7c88afd1121550e51db3f82 (patch) | |
| tree | 5462e8061bc8a8084db8ea2fc677a0fef5bb16d1 /src/Z2AudioLib/Z2LinkMgr.cpp | |
| parent | 0558bde1e61374f5a1b54453f07fe6cc15525bc1 (diff) | |
Implement Z2AudioCS (#3103)
Diffstat (limited to 'src/Z2AudioLib/Z2LinkMgr.cpp')
| -rw-r--r-- | src/Z2AudioLib/Z2LinkMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Z2AudioLib/Z2LinkMgr.cpp b/src/Z2AudioLib/Z2LinkMgr.cpp index ddfd2d59ef..818dfe099e 100644 --- a/src/Z2AudioLib/Z2LinkMgr.cpp +++ b/src/Z2AudioLib/Z2LinkMgr.cpp @@ -2,7 +2,7 @@ #include "d/d_com_inf_game.h" #if PLATFORM_WII || PLATFORM_SHIELD -#include "Z2AudioLib/Z2AudioCS.h" +#include "Z2AudioCS/Z2AudioCS.h" #endif void Z2CreatureLink::setLinkGroupInfo(u8) {} |
