hint.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
30 #define glm_core_type
31 
32 namespace glm
33 {
34  // Use dont_care, nicest and fastest to optimize implementations.
35  class dont_care {};
36  class nicest {};
37  class fastest {};
38 }//namespace glm
39 
40 #endif//glm_core_type