From 5dc3e727e0fc470d344da8b18c3588104585496f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 26 Dec 2009 03:19:49 +0100 Subject: Added collision detection --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 613e604..8718ba7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,8 @@ add_executable(zoom BSPTree.cpp BSPTree.h - Game.cpp Game.h + Collision.cpp Collision.h config.h + Game.cpp Game.h gl.h Level.cpp Level.h MathUtil.cpp MathUtil.h -- cgit v1.2.3