I hate windows.h.
@ -22,6 +22,11 @@
#include "Matrix.h"
#include "Point3D.h"
#ifdef WIN32 /* I so HATE windows.h */
#undef near
#undef far
#endif
namespace Magnum { namespace Math {
/**
@ -21,11 +21,6 @@
#include "AbstractCamera.h"
namespace Magnum { namespace SceneGraph {