diff options
Diffstat (limited to 'src/gl/honey_gl.h')
-rw-r--r-- | src/gl/honey_gl.h | 1 |
1 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 |