massive cleaning of file section headers
[physics.git] / src / GameStates / Running.cpp
index b1d73d1..3355d0c 100644 (file)
@@ -2,7 +2,9 @@
 
 #include "../entityManager.h"
 
+
 /// ***** Constructors/Destructors *****
+
 Running::Running()
 {
     manager::init();
@@ -13,6 +15,7 @@ Running::~Running()
 }
 
 /// ***** Public Class Methods *****
+
 void Running::handleInput(bool on_top) const
 {
     if( on_top )