diff options
| author | click <none@none> | 2010-06-08 08:59:38 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-06-08 08:59:38 +0200 |
| commit | 332b0f3c8efb39d2532b965a4aed266a33f267ef (patch) | |
| tree | fc742ffa66f38ab7898bc96217f8954681fbde0c /src/server/game | |
| parent | f867f6d7a8f728e163ba785f2da45ec97fa8ba53 (diff) | |
Properly build and link core (yay!)
- Not done yet : Sorting out the PCH-system on *nix
- Not done yet : Sorting out scriptcompilation (still broken)
--HG--
branch : trunk
Diffstat (limited to 'src/server/game')
| -rw-r--r-- | src/server/game/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/CMakeLists.txt b/src/server/game/CMakeLists.txt index bf7b5d9f1ea..15d7da2b6d8 100644 --- a/src/server/game/CMakeLists.txt +++ b/src/server/game/CMakeLists.txt @@ -34,6 +34,8 @@ SET(game_STAT_SRCS AI/CreatureAIRegistry.h AI/CreatureAISelector.cpp AI/CreatureAISelector.h + AI/CreatureAI.cpp + AI/CreatureAI.h AuctionHouse/AuctionHouseMgr.cpp AuctionHouse/AuctionHouseMgr.h AuctionHouse/AuctionHouseBot/AuctionHouseBot.cpp |
