mirror of
https://github.com/icaven/glm.git
synced 2025-12-08 01:36:48 +08:00
20 lines
647 B
C++
20 lines
647 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_transform2_api
|
|
#define glm_gtx_transform2_api
|
|
|
|
#include "gtx/transform2.hpp"
|
|
|
|
namespace glm
|
|
{
|
|
using GLM_GTX_transform2;
|
|
}
|
|
|
|
#endif//glm_gtx_transform2_api
|