cleaned make file, removed allegro stuff, fixed entity name space issues
[physics.git] / src / mathw.h
index 0d9e3ab..d752838 100644 (file)
@@ -9,10 +9,6 @@
 
 int mod(int,int);
 
-float radsToA(float);
-float atanA(float);
-float atan2A(float, float);
-
 /// Vector2 Math
 
 //Vector2 vectorToLine(float, float, float, float) const;