summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-19 18:14:52 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-19 18:14:52 +0100
commitfbb47cd2ae71ac565add30c4e8bd6f5c440beb00 (patch)
tree036346fa906eb1843a09416b109a8fb82a8d6d2c /VC2013/MCServer.vcxproj
parentMerge branch 'master' into cmake (diff)
parentFixed clang warnings in Noise.cpp. (diff)
downloadcuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.tar
cuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.tar.gz
cuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.tar.bz2
cuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.tar.lz
cuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.tar.xz
cuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.tar.zst
cuberite-fbb47cd2ae71ac565add30c4e8bd6f5c440beb00.zip
Diffstat (limited to 'VC2013/MCServer.vcxproj')
-rw-r--r--VC2013/MCServer.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj
index 334aa875c..50a938ad2 100644
--- a/VC2013/MCServer.vcxproj
+++ b/VC2013/MCServer.vcxproj
@@ -224,6 +224,7 @@
<ResourceCompile Include="MCServer.rc" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\src\Entities\Floater.h" />
<ClInclude Include="resource_MCServer.h" />
<ClInclude Include="..\src\Authenticator.h" />
<ClInclude Include="..\src\BlockArea.h" />
@@ -628,6 +629,7 @@
<ClCompile Include="..\src\Cuboid.cpp" />
<ClCompile Include="..\src\DeadlockDetect.cpp" />
<ClCompile Include="..\src\Enchantments.cpp" />
+ <ClCompile Include="..\src\Entities\Floater.cpp" />
<ClCompile Include="..\src\FastRandom.cpp" />
<ClCompile Include="..\src\FurnaceRecipe.cpp" />
<ClCompile Include="..\src\Globals.cpp">