mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 17:26:50 +08:00
17 lines
628 B
C
17 lines
628 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_comparison_api
|
|
#define glm_gtx_comparison_api
|
|
|
|
#include "gtx/comparison.hpp"
|
|
|
|
using GLM_GTX_comparison;
|
|
|
|
#endif//glm_gtx_comparison_api
|