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