renamed collisionHandler to Manager
[physics.git] / src / Makefile
index 65787c3..2fae2ba 100644 (file)
@@ -20,10 +20,10 @@ SRCS += ticks.cpp
 SRCS += Vector2.cpp
 SRCS += handleSignal.cpp
 
+SRCS += entityCreator.cpp
 SRCS += entityManager.cpp
 SRCS += effectManager.cpp
-SRCS += entityCreator.cpp
-SRCS += collisionHandler.cpp
+SRCS += collisionManager.cpp
 SRCS += CollisionInfo.cpp
 
 SRCS += Entities/Ball.cpp