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