From: Patrik Gornicz Date: Thu, 22 Jan 2009 01:35:44 +0000 (-0500) Subject: refactored mathw X-Git-Tag: v0.10~7 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=81fc4f043502a5389761d500e95575f1d074daf4 refactored mathw --- diff --git a/src/mathw.h b/src/mathw.h index 312379f..26a92d8 100644 --- a/src/mathw.h +++ b/src/mathw.h @@ -28,7 +28,7 @@ static const float PI = 3.1415926535897; /// ***** Header Methods ***** -int mod(int,int); +int mod(int, int); /// Vector2 Math