mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
12 lines
125 B
C++
12 lines
125 B
C++
|
#include "../precompiled.hpp"
|
||
|
#include <glm/glm.hpp>
|
||
|
#include <glm/gtx/normal.hpp>
|
||
|
|
||
|
namespace glm
|
||
|
{
|
||
|
namespace test
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|