type_size.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 #ifndef glm_core_type_size
00030 #define glm_core_type_size
00031 
00032 #include <cstdlib>
00033 
00034 namespace glm{
00035 namespace detail
00036 {
00037         //typedef std::size_t size_t;
00038         typedef int sizeType;
00039 
00040 }//namespace detail
00041 }//namespace glm
00042 
00043 #endif//glm_core_type_size