X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameTick.cpp;h=84a10da74e0b582f6e37e6ab0099912895165dbd;hb=3bcfee7e1989c0bb71647164e032ba5eada52e9e;hp=48b34b90c1d8c72ab84f9515ee11ad18936ddea2;hpb=6bf7e034040bf288a74468c8cf392417d2a8234c;p=lugaru.git diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 48b34b9..84a10da 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -19,6 +19,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +// Enable full math definitions +#define _USE_MATH_DEFINES + #if PLATFORM_UNIX #include #include @@ -27,8 +30,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #endif + #include #include +#include #include #include "Game.h" #include "openal_wrapper.h"