diff --git a/main.cc b/main.cc new file mode 100644 index 0000000..59664d8 --- /dev/null +++ b/main.cc @@ -0,0 +1,6 @@ +#include "oglplus/gl.hpp" + +int main(int argc, char * argv[]) +{ + return 0; +}