GLFramework/example/main.cpp

8 lines
80 B
C++
Raw Normal View History

2020-08-29 14:44:06 +00:00
#include "glf.hpp"
int main(int argc, char** argv)
{
glfwInit();
return 0;
}