diff options
author | Mattes D <github@xoft.cz> | 2013-11-02 17:10:18 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-02 17:10:18 +0100 |
commit | 56c97d6c3021d8bcb1e9cc5ff19123987ba73179 (patch) | |
tree | c4a3291e951d8a82d4db12a641e0044718b3241d /VC2008 | |
parent | Merge pull request #305 from tigerw/morebugfixes (diff) | |
parent | Split border finder into separate function (diff) | |
download | cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.tar cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.tar.gz cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.tar.bz2 cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.tar.lz cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.tar.xz cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.tar.zst cuberite-56c97d6c3021d8bcb1e9cc5ff19123987ba73179.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index cb8cf9f81..a5b43348a 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <VisualStudioProject ProjectType="Visual C++" Version="9,00" @@ -2260,6 +2260,10 @@ > </File> <File + RelativePath="..\source\blocks\BlockPortal.h" + > + </File> + <File RelativePath="..\source\Blocks\BlockPumpkin.h" > </File> |