FlukyEngine
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 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
22 # ifndef GLM_ENABLE_EXPERIMENTAL
23 # pragma message("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.")
24 # else
25 # pragma message("GLM: GLM_GTX_wrap extension included")
26 # endif
27 #endif
28 
29 namespace glm
30 {
33 
35 }// namespace glm
36 
37 #include "wrap.inl"
Core features
Definition: common.hpp:20