summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-01-18 23:42:48 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-01-18 23:42:48 +0100
commit7153bc0578033c583e6ab6ddfc9d184388b90e22 (patch)
tree5b4e65db9c6f067a572c69b9f49683efa409c467
parentMerge pull request #557 from xdot/master (diff)
downloadcuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.tar
cuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.tar.gz
cuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.tar.bz2
cuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.tar.lz
cuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.tar.xz
cuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.tar.zst
cuberite-7153bc0578033c583e6ab6ddfc9d184388b90e22.zip
-rw-r--r--VC2008/MCServer.vcproj8
-rw-r--r--src/BlockEntities/CommandBlockEntity.cpp6
2 files changed, 11 insertions, 3 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index 0927f2f7b..85ef1e24f 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -2911,6 +2911,14 @@
>
</File>
<File
+ RelativePath="..\src\BlockEntities\CommandBlockEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\BlockEntities\CommandBlockEntity.h"
+ >
+ </File>
+ <File
RelativePath="..\src\BlockEntities\DispenserEntity.cpp"
>
</File>
diff --git a/src/BlockEntities/CommandBlockEntity.cpp b/src/BlockEntities/CommandBlockEntity.cpp
index 543d47b7a..ca617b04d 100644
--- a/src/BlockEntities/CommandBlockEntity.cpp
+++ b/src/BlockEntities/CommandBlockEntity.cpp
@@ -8,9 +8,9 @@
#include "CommandBlockEntity.h"
#include "../Entities/Player.h"
-#include "CommandOutput.h"
-#include "Root.h"
-#include "Server.h" // ExecuteConsoleCommand()
+#include "../CommandOutput.h"
+#include "../Root.h"
+#include "../Server.h" // ExecuteConsoleCommand()