]> git.jsancho.org Git - lugaru.git/blobdiff - Source/PhysicsMath.h
Lots of input work...demo is now fully playable.
[lugaru.git] / Source / PhysicsMath.h
index 064829e883c575f8e8532af729a6cb2a6df096ef..6612982d92b65dd22772e9f34203dbc37cfd6681 100644 (file)
@@ -3,9 +3,7 @@
 
 //#include <Carbon.h>
 
-#ifdef WIN32
-#include "WinDefs.h"
-#endif
+#include "MacCompatibility.h"
 
 //------------------------------------------------------------------------//
 // Misc. Constants
@@ -735,4 +733,4 @@ inline      Vector  MakeEulerAnglesFromQ(Quaternion q)
 
 
 
-#endif
\ No newline at end of file
+#endif