diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 03:39:43 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 03:39:43 +0100 |
commit | 537e1afcb1134a3b49fbc5483243e46b46b42f22 (patch) | |
tree | 4cdbb7c6d67673487fe0e03e20620e71233556b2 /VC2010/MCServer.vcxproj | |
parent | - Cleaned up PLI Packet and its creation/sending and fixed bug of player not being removed on scoreboard (forgot to send color in the removal packet) (diff) | |
download | cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.tar cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.tar.gz cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.tar.bz2 cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.tar.lz cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.tar.xz cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.tar.zst cuberite-537e1afcb1134a3b49fbc5483243e46b46b42f22.zip |
Diffstat (limited to 'VC2010/MCServer.vcxproj')
-rw-r--r-- | VC2010/MCServer.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 42fd90443..2317408a1 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -278,6 +278,7 @@ <ClCompile Include="..\Source\cWebPlugin.cpp" />
<ClCompile Include="..\source\cWindow.cpp" />
<ClCompile Include="..\source\cWolf.cpp" />
+ <ClCompile Include="..\source\cWorldGenerator.cpp" />
<ClCompile Include="..\source\cZombie.cpp" />
<ClCompile Include="..\source\cZombiepigman.cpp" />
<ClCompile Include="..\Source\ManualBindings.cpp" />
@@ -425,6 +426,7 @@ <ClInclude Include="..\source\cWindow.h" />
<ClInclude Include="..\source\cWindowOwner.h" />
<ClInclude Include="..\source\cWolf.h" />
+ <ClInclude Include="..\source\cWorldGenerator.h" />
<ClInclude Include="..\source\cZombie.h" />
<ClInclude Include="..\source\cZombiepigman.h" />
<ClInclude Include="..\source\Endianness.h" />
|