massive cleaning of file section headers
[physics.git] / src / Entities / Point.cpp
index 63334ea..a443cfa 100644 (file)
@@ -1,7 +1,10 @@
 #include "Point.h"
+
 #include "../Vector2.h"
 
-/// ***** Public Class Methods *****
+
+/// ***** Constructors/Destructors *****
+
 Point::Point(const Vector2& org, bool canDie)
     : Particle(org, canDie), radius(2)
 {
@@ -17,6 +20,8 @@ Point::~Point()
 
 }
 
+/// ***** Public Class Methods *****
+
 void Point::draw()
 {
     // TODO