7 lines
79 B
C++
7 lines
79 B
C++
#include "oglplus/gl.hpp"
|
|
|
|
int main(int argc, char * argv[])
|
|
{
|
|
return 0;
|
|
}
|