diff options
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetLightList.cpp')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetLightList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZRoom/Commands/SetLightList.cpp b/ZAPD/ZRoom/Commands/SetLightList.cpp index 4c551be..dcd5e6d 100644 --- a/ZAPD/ZRoom/Commands/SetLightList.cpp +++ b/ZAPD/ZRoom/Commands/SetLightList.cpp @@ -2,7 +2,7 @@ #include "Globals.h" #include "Utils/BitConverter.h" -#include "Utils/StringHelper.h" +#include <ship/utils/StringHelper.h> SetLightList::SetLightList(ZFile* nParent) : ZRoomCommand(nParent) { |
