/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2008 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2009-03-06 // Updated : 2009-03-09 // Licence : This source is under MIT License /////////////////////////////////////////////////////////////////////////////////////////////////// // Dependency: // - GLM core /////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef glm_gtx_gradient_paint_api #define glm_gtx_gradient_paint_api #include "gtx/gradient_paint.hpp" namespace glm { using GLM_GTX_gradient_paint; } #endif//glm_gtx_gradient_paint_api