summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-02-28 23:04:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-02-28 23:04:50 +0000
commit07782116ae9158c20165dd4d60bdb96017ac009f (patch)
treefa15a8d23dea8cfae3d04450640211920cb2719b /src
parent957b96791d0178d93e9dc50a667fa760b0b94bc7 (diff)
downloadmanaserv-07782116ae9158c20165dd4d60bdb96017ac009f.tar.gz
manaserv-07782116ae9158c20165dd4d60bdb96017ac009f.tar.bz2
manaserv-07782116ae9158c20165dd4d60bdb96017ac009f.tar.xz
manaserv-07782116ae9158c20165dd4d60bdb96017ac009f.zip
Updated Makefile with new collision related module.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fde39ae7..869471ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -75,6 +75,8 @@ tmwserv_game_SOURCES = \
game-server/accountconnection.cpp \
game-server/being.hpp \
game-server/being.cpp \
+ game-server/collisiondetection.hpp \
+ game-server/collisiondetection.cpp \
game-server/gamehandler.hpp \
game-server/gamehandler.cpp \
game-server/inventory.hpp \