massive cleaning of file section headers
[physics.git] / src / mathw.h
index d752838..bac575a 100644 (file)
@@ -5,6 +5,10 @@
 #include "Vector2.h"
 
 
+/// ***** Public Variables *****
+
+static const float PI = 3.1415926535897;
+
 /// ***** Header Methods *****
 
 int mod(int,int);