summaryrefslogtreecommitdiffstats
path: root/VC2013
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-20 23:54:28 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-20 23:54:28 +0100
commitd48ce1d10fac9b38f17737ac81bfb686e410e081 (patch)
treea7bfaecefa1a5f4a1256bd132e584887f9559be8 /VC2013
parentFixed piston sound effect (when unable to extend) (diff)
downloadcuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.tar
cuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.tar.gz
cuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.tar.bz2
cuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.tar.lz
cuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.tar.xz
cuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.tar.zst
cuberite-d48ce1d10fac9b38f17737ac81bfb686e410e081.zip
Diffstat (limited to 'VC2013')
-rw-r--r--VC2013/MCServer.vcxproj1
-rw-r--r--VC2013/MCServer.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj
index cd9f6eb4f..b69867a99 100644
--- a/VC2013/MCServer.vcxproj
+++ b/VC2013/MCServer.vcxproj
@@ -568,6 +568,7 @@
<ItemGroup>
<ClCompile Include="..\source\Authenticator.cpp" />
<ClCompile Include="..\source\BlockArea.cpp" />
+ <ClCompile Include="..\source\BlockEntities\BlockEntity.cpp" />
<ClCompile Include="..\source\BlockID.cpp" />
<ClCompile Include="..\source\BoundingBox.cpp" />
<ClCompile Include="..\source\ByteBuffer.cpp" />
diff --git a/VC2013/MCServer.vcxproj.filters b/VC2013/MCServer.vcxproj.filters
index c37f00958..2a752bcdc 100644
--- a/VC2013/MCServer.vcxproj.filters
+++ b/VC2013/MCServer.vcxproj.filters
@@ -1651,6 +1651,9 @@
<ClCompile Include="..\source\HTTPServer\NameValueParser.cpp">
<Filter>Source Files\HTTPServer</Filter>
</ClCompile>
+ <ClCompile Include="..\source\BlockEntities\BlockEntity.cpp">
+ <Filter>Source Files\BlockEntities</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<Text Include="..\MCServer\API.txt">