summaryrefslogtreecommitdiff
path: root/src/glm/core/type_size.hpp
blob: a0b0815cb9f0e7d10216cc2bae7df33ccd20e147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-10-05
// Updated : 2008-10-05
// Licence : This source is under MIT License
// File    : glm/core/type_size.hpp
///////////////////////////////////////////////////////////////////////////////////////////////////

#ifndef glm_core_type_size
#define glm_core_type_size

#include <cstdlib>

namespace glm{
namespace detail
{
	//typedef std::size_t size_t;
	typedef int sizeType;

}//namespace detail
}//namespace glm

#endif//glm_core_type_size