1.0.0 API documentation
wrap.hpp
Go to the documentation of this file.
1 
13 #pragma once
14 
15 // Dependency:
16 #include "../glm.hpp"
17 #include "../ext/scalar_common.hpp"
18 #include "../ext/vector_common.hpp"
19 #include "../gtc/vec1.hpp"
20 
21 #ifndef GLM_ENABLE_EXPERIMENTAL
22 # error "GLM: GLM_GTX_wrap is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
23 #elif GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
24 # pragma message("GLM: GLM_GTX_wrap extension included")
25 #endif
26 
27 namespace glm
28 {
31 
33 }// namespace glm
34 
35 #include "wrap.inl"