summaryrefslogtreecommitdiff
path: root/src/gl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl')
-rw-r--r--src/gl/honey_gl.h1
-rw-r--r--src/gl/honey_window.c (renamed from src/gl/honey_gl.c)0
2 files changed, 1 insertions, 0 deletions
diff --git a/src/gl/honey_gl.h b/src/gl/honey_gl.h
index 8d5cdd9..08210a0 100644
--- a/src/gl/honey_gl.h
+++ b/src/gl/honey_gl.h
@@ -13,5 +13,6 @@ struct honey_window {
extern struct honey_window window;
void setup_window(lua_State *L, int tbl_index);
+void setup_gl(lua_State *L, int tbl_index);
#endif
diff --git a/src/gl/honey_gl.c b/src/gl/honey_window.c
index 6a113d1..6a113d1 100644
--- a/src/gl/honey_gl.c
+++ b/src/gl/honey_window.c