glm/test/gtc/matrix_access.cpp
Christophe Riccio 8316b4a7fd Added test files
2010-04-29 12:16:00 +01:00

15 lines
212 B
C++

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