home projects git about
1 2 3 4 5 6 7 8 9
#ifndef HONEY_GL_H #define HONEY_GL_H #include <lua.h> void setup_gl(lua_State *L, int honey_index); void setup_window(lua_State *L, int honey_index); #endif