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

15 lines
218 B
C++

#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
namespace glm{
namespace test
{
bool main_gtc_matrix_transform()
{
return false;
}
}//namespace test
}//namespace glm