diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:37:44 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:37:44 -0500 |
commit | 55860037b14fb3893ba21cf2654c83d349cc1082 (patch) | |
tree | 0271d4e524c45dcb9b6c49f1c81092b71dc8a7e3 /src/gl | |
parent | 058f98a63658dc1a2579826ba167fd61bed1e21f (diff) |
fix bug in main script loader and rename honey_gl.c -> honey_window.c
Diffstat (limited to 'src/gl')
-rw-r--r-- | src/gl/honey_gl.h | 1 | ||||
-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 |