diff options
author | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-25 23:47:12 +0100 |
---|---|---|
committer | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-25 23:47:12 +0100 |
commit | e8f230f24e55469f1aa832bc8dad73db8018ffe1 (patch) | |
tree | abccca0bef086c4f2eda8497fa757433464e3b23 /VC2010/MCServer.vcxproj | |
parent | - fixed the code from the last commit :) (diff) | |
download | cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.tar cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.tar.gz cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.tar.bz2 cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.tar.lz cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.tar.xz cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.tar.zst cuberite-e8f230f24e55469f1aa832bc8dad73db8018ffe1.zip |
Diffstat (limited to 'VC2010/MCServer.vcxproj')
-rw-r--r-- | VC2010/MCServer.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 2494a81f7..36229f4b6 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -214,6 +214,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\source\cAggressiveMonster.cpp" />
<ClCompile Include="..\Source\cAuthenticator.cpp" />
<ClCompile Include="..\source\cBlockingTCPLink.cpp" />
<ClCompile Include="..\source\cCavespider.cpp" />
@@ -246,6 +247,8 @@ <ClCompile Include="..\Source\cMonster.cpp" />
<ClCompile Include="..\source\cMonsterConfig.cpp" />
<ClCompile Include="..\source\cNoise.cpp" />
+ <ClCompile Include="..\source\cPassiveAggressiveMonster.cpp" />
+ <ClCompile Include="..\source\cPassiveMonster.cpp" />
<ClCompile Include="..\Source\cPawn.cpp" />
<ClCompile Include="..\source\cPig.cpp" />
<ClCompile Include="..\source\cPiston.cpp" />
@@ -353,6 +356,7 @@ </ItemGroup>
<ItemGroup>
<ClInclude Include="..\Source\BlockID.h" />
+ <ClInclude Include="..\source\cAggressiveMonster.h" />
<ClInclude Include="..\Source\cAuthenticator.h" />
<ClInclude Include="..\source\cBlockingTCPLink.h" />
<ClInclude Include="..\source\cCavespider.h" />
@@ -383,6 +387,8 @@ <ClInclude Include="..\Source\cMonster.h" />
<ClInclude Include="..\source\cMonsterConfig.h" />
<ClInclude Include="..\source\cNoise.h" />
+ <ClInclude Include="..\source\cPassiveAggressiveMonster.h" />
+ <ClInclude Include="..\source\cPassiveMonster.h" />
<ClInclude Include="..\Source\cPawn.h" />
<ClInclude Include="..\source\cPig.h" />
<ClInclude Include="..\source\cPiston.h" />
|