8 lines
80 B
C++
8 lines
80 B
C++
#include "glf.hpp"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
glfwInit();
|
|
|
|
return 0;
|
|
} |