summaryrefslogtreecommitdiff
path: root/mm/src/code/z_parameter.c
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2024-10-05 10:33:10 -0500
committerGitHub <noreply@github.com>2024-10-05 10:33:10 -0500
commita93f011253177647cf227669d51df201282c90f6 (patch)
tree3df82b0199c3a1ff52dd90b3e3334e87154749d6 /mm/src/code/z_parameter.c
parent4c670ad342790123372c97924ed3255cc4a9e8c9 (diff)
Move GameInteractor & NameTag src up to root of 2s2h (#799)
Diffstat (limited to 'mm/src/code/z_parameter.c')
-rw-r--r--mm/src/code/z_parameter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/src/code/z_parameter.c b/mm/src/code/z_parameter.c
index 2e3734a7e..66bb29055 100644
--- a/mm/src/code/z_parameter.c
+++ b/mm/src/code/z_parameter.c
@@ -20,7 +20,7 @@
#include <string.h>
#include "BenGui/HudEditor.h"
#include "2s2h_assets.h"
-#include "Enhancements/GameInteractor/GameInteractor.h"
+#include "2s2h/GameInteractor/GameInteractor.h"
// 2S2H [Port] This was originally static but needs to be global so it can be accessed in z_kaleido_collect,
// z_kaleido_debug, and z_kaleido_draw.