Changeset 3214 for code/trunk/src/util/Math.h
- Timestamp:
- Jun 23, 2009, 6:02:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/Math.h
r3196 r3214 47 47 #include <OgreColourValue.h> 48 48 49 // Certain headers might define min and max macros 50 #if defined(max) || defined(min) || defined(sgn) || defined(clamp) || defined(square) || defined(mod) 51 # error An inline math function was overridden by a macro 52 #endif 49 // Certain headers might define unwanted macros... 50 #undef max 51 #undef min 52 #undef sgn 53 #undef clamp 54 #undef sqrt 55 #undef square 56 #undef mod 57 #undef rnd 53 58 54 59 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.