mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
12 lines
133 B
C++
12 lines
133 B
C++
#include "../precompiled.hpp"
|
|
#include <glm/glm.hpp>
|
|
#include <glm/gtx/orthonormalize.hpp>
|
|
|
|
namespace glm
|
|
{
|
|
namespace test
|
|
{
|
|
|
|
}
|
|
}
|