glm/glm/GLM_GTX_vector_access.h
Christophe Riccio 7c7b1d0b3d Added GLM 0.8.4
2010-04-29 11:54:07 +01:00

20 lines
662 B
C++

///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2008 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2008-10-22
// Updated : 2008-10-22
// Licence : This source is under MIT License
///////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef glm_gtx_vector_access_api
#define glm_gtx_vector_access_api
#include "gtx/vector_access.hpp"
namespace glm
{
using GLM_GTX_vector_access;
}
#endif//glm_gtx_vector_access_api