X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=inline;f=Source%2FQuaternions.h;h=3b1ff4677dbfbb3e75d255bd10b7e844d5ab5d19;hb=e9b773733850c91db5ab24c52dc2cfc57caf51e0;hp=4e96bc70f6873e88d044573ec34731395ce11378;hpb=87ff660bf58766ab705a749e72e04154ccf5a737;p=lugaru.git diff --git a/Source/Quaternions.h b/Source/Quaternions.h index 4e96bc7..3b1ff46 100644 --- a/Source/Quaternions.h +++ b/Source/Quaternions.h @@ -23,11 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _QUATERNIONS_H_ #define _QUATERNIONS_H_ -#ifndef WIN32 -#pragma mark - -#endif - -//#include "Carbon.h" #include "math.h" #include "PhysicsMath.h" #include "gamegl.h" @@ -255,7 +250,7 @@ inline float fast_sqrt (register float arg) return 0.0; asm { - frsqrte result, arg // Calculate Square root + frsqrte result, arg // Calculate Square root } // Newton Rhapson iterations.