diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-07 01:18:58 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-07 01:18:58 +0100 |
commit | 347e80bdd88f894394373745859f405dc82c1819 (patch) | |
tree | 82bf1b2163cbf7c59bf3c0181583982f34912aca /VC2013/MCServer.vcxproj | |
parent | Renamed animation function (diff) | |
download | cuberite-347e80bdd88f894394373745859f405dc82c1819.tar cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.gz cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.bz2 cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.lz cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.xz cuberite-347e80bdd88f894394373745859f405dc82c1819.tar.zst cuberite-347e80bdd88f894394373745859f405dc82c1819.zip |
Diffstat (limited to 'VC2013/MCServer.vcxproj')
-rw-r--r-- | VC2013/MCServer.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index 9c640f6dd..098253ac3 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -224,6 +224,7 @@ <ResourceCompile Include="MCServer.rc" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\src\BlockEntities\EnderChestEntity.h" /> <ClInclude Include="resource_MCServer.h" /> <ClInclude Include="..\src\Authenticator.h" /> <ClInclude Include="..\src\BlockArea.h" /> @@ -615,6 +616,7 @@ <ItemGroup> <ClCompile Include="..\src\Authenticator.cpp" /> <ClCompile Include="..\src\BlockArea.cpp" /> + <ClCompile Include="..\src\BlockEntities\EnderChestEntity.cpp" /> <ClCompile Include="..\src\BlockID.cpp" /> <ClCompile Include="..\src\BoundingBox.cpp" /> <ClCompile Include="..\src\ByteBuffer.cpp" /> |