home projects git about
1 2 3 4 5 6 7 8 9
#include "gl/glad/glad.h" #include <GLFW/glfw3.h> #include <lua.h> int gl_init(lua_State *L) { return 0; }