massive cleaning of file section headers
[physics.git] / src / Effects / Screen.cpp
index 9d81238..e280e1b 100644 (file)
@@ -1,9 +1,11 @@
 #include "Screen.h"
-#include "../debug.h"
 
 #include "../Entities/PhysicsEntity.h"
 #include "../Entities/Ball.h"
 
+
+/// ***** Constructors/Destructors *****
+
 Screen::Screen()
 {
 
@@ -13,6 +15,8 @@ Screen::~Screen()
 
 }
 
+/// ***** Public Class Methods *****
+
 Vector2 Screen::velocityDelta(const PhysicsEntity* e, float time_step) const
 {
     const Vector2& pos = e->positionRaw();