Added test files

This commit is contained in:
Christophe Riccio
2010-04-14 13:25:41 +01:00
parent 25b03fe24c
commit bc877da307
112 changed files with 6888 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#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