Main Page
Related Pages
Modules
Files
File List
G:
Repository
glm
glm
core
type_size.hpp
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
Generated by
1.8.2