mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
13 lines
133 B
C++
13 lines
133 B
C++
#include "../precompiled.hpp"
|
|
#include <glm/glm.hpp>
|
|
//#include <glm/gtx/safe_limits.hpp>
|
|
|
|
namespace glm
|
|
{
|
|
namespace test
|
|
{
|
|
|
|
}
|
|
}
|
|
|