effectManager created
[physics.git] / src / Makefile
index 6d5b94e..b399061 100644 (file)
@@ -14,6 +14,7 @@ TARGET := ../run_physics
 
 SRCS := # simply to keep every line below the same
 SRCS += entityManager.cpp
+SRCS += effectManager.cpp
 SRCS += entityCreator.cpp
 SRCS += game.cpp
 SRCS += main.cpp