summaryrefslogtreecommitdiff
path: root/src/glm/core/_fixes.hpp
blob: 50631b59c5e70633a15ac8b59110827e6247358f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2011-02-21
// Updated : 2011-02-21
// Licence : This source is under MIT License
// File    : glm/core/_fixes.hpp
///////////////////////////////////////////////////////////////////////////////////////////////////

//! Workaround for compatibility with other libraries
#ifdef max
#undef max
#endif

//! Workaround for compatibility with other libraries
#ifdef min
#undef min
#endif