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

12 lines
135 B
C++

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