glm/test/gtc/matrix_transform.cpp

15 lines
218 B
C++
Raw Normal View History

2010-04-14 12:25:41 +00:00
#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