Windows fixes

This commit is contained in:
Jack Andersen
2015-10-11 18:40:59 -10:00
parent 5e2b997266
commit 72972196a4
3 changed files with 6 additions and 2 deletions

View File

@@ -1,10 +1,16 @@
#ifndef MATH_HPP
#define MATH_HPP
#ifndef NOMINMAX
#define NOMINMAX 1
#endif
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES 1
#endif
#include <math.h>
#include "CVector3f.hpp"
#include "CTransform.hpp"
#include <algorithm>
namespace Zeus
{