00001 00002 // OpenGL Mathematics Copyright (c) 2005 - 2009 G-Truc Creation (www.g-truc.net) 00004 // Created : 2008-10-05 00005 // Updated : 2008-10-05 00006 // Licence : This source is under MIT License 00007 // File : glm/core/type_size.h 00009 00010 #ifndef glm_core_type_size 00011 #define glm_core_type_size 00012 00013 #include <cstdlib> 00014 00015 namespace glm 00016 { 00017 namespace core{ 00018 namespace type{ 00019 namespace scalar{ 00020 00021 //typedef std::size_t size_t; 00022 typedef int sizeType; 00023 00024 }//namespace scalar 00025 }//namespace type 00026 }//namespace core 00027 }//namespace glm 00028 00029 #endif//glm_core_type_size