glm/test/gtc/matrix_projection.cpp
Christophe Riccio 3cb1965573 Added test files
2010-04-29 16:54:07 +01:00

15 lines
220 B
C++

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