oglplus-example/main.cc
2015-05-26 22:39:55 -04:00

7 lines
79 B
C++

#include "oglplus/gl.hpp"
int main(int argc, char * argv[])
{
return 0;
}