summaryrefslogtreecommitdiff
path: root/ZAPD/ZRoom/Commands/SetWind.cpp
diff options
context:
space:
mode:
authorLywx <kiritodev01@gmail.com>2026-05-30 12:11:32 -0600
committerGitHub <noreply@github.com>2026-05-30 18:11:32 +0000
commit232d0bee32d34f0a50a906d8515259f909fb5cdc (patch)
tree327bb2eeaf28da5b40088d2e192a7d3c75b29724 /ZAPD/ZRoom/Commands/SetWind.cpp
parent74a8e9d92214ce9e028aa1c51c1be7622e98d200 (diff)
Removed StringHelper in favor of the LUS one (#38)
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetWind.cpp')
-rw-r--r--ZAPD/ZRoom/Commands/SetWind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZRoom/Commands/SetWind.cpp b/ZAPD/ZRoom/Commands/SetWind.cpp
index 1893b56..69561e2 100644
--- a/ZAPD/ZRoom/Commands/SetWind.cpp
+++ b/ZAPD/ZRoom/Commands/SetWind.cpp
@@ -1,5 +1,5 @@
#include "SetWind.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
SetWind::SetWind(ZFile* nParent) : ZRoomCommand(nParent)
{