GLM  0.9.5
gtx/constants.hpp
1 
24 #ifndef GLM_GTX_constants
25 #define GLM_GTX_constants
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