glm/test/gtc/gtc_integer.cpp
Christophe Riccio a604ebdaa5 Fixed build
2014-11-13 00:08:13 +01:00

19 lines
590 B
C++

///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2014-10-25
// Updated : 2014-10-25
// Licence : This source is under MIT licence
// File : test/gtc/integer.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/gtc/integer.hpp>
int main()
{
int Error = 0;
return Error;
}