20 lines
677 B
C++
20 lines
677 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_fast_square_root_api
|
|
#define glm_gtx_fast_square_root_api
|
|
|
|
#include "gtx/fast_square_root.hpp"
|
|
|
|
namespace glm
|
|
{
|
|
using GLM_GTX_fast_square_root;
|
|
}
|
|
|
|
#endif//glm_gtx_fast_square_root_api
|