glm/test/gtc/gtc_matrix_integer.cpp

9 lines
86 B
C++
Raw Normal View History

2011-01-20 12:16:28 +00:00
#include <glm/gtc/matrix_integer.hpp>
2011-01-20 11:02:39 +00:00
2011-01-24 15:44:14 +00:00
int main()
2011-01-20 11:02:39 +00:00
{
2012-04-07 16:18:04 +00:00
int Error = 0;
2011-01-20 11:02:39 +00:00
2012-04-07 16:18:04 +00:00
return Error;
2011-01-20 11:02:39 +00:00
}