0.9.8
scalar_relational.hpp
Go to the documentation of this file.
1 
13 #pragma once
14 
15 // Dependency:
16 #include "../glm.hpp"
17 
18 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
19 # pragma message("GLM: GLM_GTX_extend extension included")
20 #endif
21 
22 namespace glm
23 {
26 
27 
28 
30 }//namespace glm
31 
32 #include "scalar_relational.inl"
Definition: _noise.hpp:11