19 lines
640 B
C++
19 lines
640 B
C++
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Created : 2010-11-12
|
|
// Updated : 2010-11-12
|
|
// Licence : This source is under MIT License
|
|
// File : glm/gtc/glu_replacement.inl
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace glm{
|
|
namespace gtc{
|
|
namespace glu_replacement
|
|
{
|
|
|
|
|
|
}//namespace glu_replacement
|
|
}//namespace gtc
|
|
}//namespace glm
|