Flow Visualisation
type_size.hpp
Go to the documentation of this file.
1 
29 #ifndef glm_core_type_size
30 #define glm_core_type_size
31 
32 #include <cstdlib>
33 
34 namespace glm{
35 namespace detail
36 {
37  //typedef std::size_t size_t;
38  typedef int sizeType;
39 
40 }//namespace detail
41 }//namespace glm
42 
43 #endif//glm_core_type_size
Definition: _detail.hpp:38
int sizeType
Definition: type_size.hpp:38