glm/test/gtx/norm.cpp
Christophe Riccio bc877da307 Added test files
2010-04-14 13:25:41 +01:00

12 lines
123 B
C++

#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtx/norm.hpp>
namespace glm
{
namespace test
{
}
}