mirror of
https://github.com/g-truc/glm.git
synced 2024-11-30 03:44:38 +00:00
12 lines
130 B
C++
12 lines
130 B
C++
|
#include "../precompiled.hpp"
|
||
|
#include <glm/glm.hpp>
|
||
|
#include <glm/gtx/optimum_pow.hpp>
|
||
|
|
||
|
namespace glm
|
||
|
{
|
||
|
namespace test
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|