diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-20 23:54:28 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-20 23:54:28 +0100 |
commit | d48ce1d10fac9b38f17737ac81bfb686e410e081 (patch) | |
tree | a7bfaecefa1a5f4a1256bd132e584887f9559be8 /VC2013/MCServer.vcxproj | |
parent | Fixed piston sound effect (when unable to extend) (diff) | |
download | cuberite-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/MCServer.vcxproj')
-rw-r--r-- | VC2013/MCServer.vcxproj | 1 |
1 files changed, 1 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" /> |