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 /src/game/Makefile.am | |
| 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 'src/game/Makefile.am')
| -rw-r--r-- | src/game/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 2623472b2c0..256d24ada5b 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -227,6 +227,8 @@ libmangosgame_a_SOURCES = \ PossessedAI.h \ PointMovementGenerator.cpp \ PointMovementGenerator.h \ + PoolHandler.cpp \ + PoolHandler.h \ QueryHandler.cpp \ QuestDef.cpp \ QuestDef.h \ |
