added screen collisions using an Effect
[physics.git] / src / Makefile
index b399061..6168eb3 100644 (file)
@@ -39,6 +39,7 @@ SRCS += GameStates/Running.cpp
 
 SRCS += Effects/Effect.cpp
 SRCS += Effects/Gravity.cpp
+SRCS += Effects/Screen.cpp
 
 SRCS += input/inputManager.cpp