_fixes.hpp
00001 
00002 // OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
00004 // Created : 2011-02-21
00005 // Updated : 2011-02-21
00006 // Licence : This source is under MIT License
00007 // File    : glm/core/_fixes.hpp
00009 
00011 #ifdef max
00012 #undef max
00013 #endif
00014 
00016 #ifdef min
00017 #undef min
00018 #endif