massive cleaning of file section headers
[physics.git] / src / Entities / Polygon.h
index c457803..222e4cd 100644 (file)
@@ -7,7 +7,9 @@
 #include <vector>
 using std::vector;
 
+
 /// ***** Header Class *****
+
 class Polygon: public PhysicsEntity
 {
     public:
@@ -24,7 +26,7 @@ class Polygon: public PhysicsEntity
 
         // color;
     private:
-        void CreateBindingBox();
+        void createBindingBox();
 };
 
 #endif // POLYGON_H