gtx/constants.hpp
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 #ifndef GLM_GTX_constants
25 #define GLM_GTX_constants GLM_VERSION
26 
27 #include "../gtc/constants.hpp"
28 
29 #if(defined(GLM_MESSAGES))
30 # pragma message("GLM: GLM_GTX_constants extension is deprecated, include GLM_GTC_constants (glm/gtc/constants.hpp) instead")
31 #endif
32 
33 #endif//GLM_GTX_constants