diff options
| author | megamage <none@none> | 2009-02-19 18:44:20 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-19 18:44:20 -0600 |
| commit | e21b2c9baa506a265fddd50f65a69d2bb297cc96 (patch) | |
| tree | b8fab793711403664be8872ca9e80a9342cc6ab4 /win | |
| parent | 5076e99df193b311c3055ebc3316401dc52a7f15 (diff) | |
*Implemented gameobjects and creatures grouping (pools of them)
*Groups (called pools) can be also member of any game event
Author: Neo2003
--HG--
branch : trunk
Diffstat (limited to 'win')
| -rw-r--r-- | win/VC71/game.vcproj | 6 | ||||
| -rw-r--r-- | win/VC80/game.vcproj | 8 | ||||
| -rw-r--r-- | win/VC90/game.vcproj | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index bb608f4978e..f57d1dfcf3d 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -476,6 +476,12 @@ RelativePath="..\..\src\game\PetitionsHandler.cpp"> </File> <File + RelativePath="..\..\src\game\PoolHandler.cpp"> + </File> + <File + RelativePath="..\..\src\game\PoolHandler.h"> + </File> + <File RelativePath="..\..\src\game\QueryHandler.cpp"> </File> <File diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index b9a8cd113ce..671235902f4 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -774,6 +774,14 @@ > </File> <File + RelativePath="..\..\src\game\PoolHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\PoolHandler.h" + > + </File> + <File RelativePath="..\..\src\game\QueryHandler.cpp" > </File> diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 27e132539a0..4358b0ddd84 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -757,6 +757,14 @@ > </File> <File + RelativePath="..\..\src\game\PoolHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\PoolHandler.h" + > + </File> + <File RelativePath="..\..\src\game\QueryHandler.cpp" > </File> |
