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

#ifndef glm_core_type_vec
#define glm_core_type_vec

#include "type_gentype.hpp"

namespace glm{
namespace detail
{

}//namespace detail
}//namespace glm

#endif//glm_core_type_vec