diff options
author | sanine <sanine.not@pm.me> | 2022-06-14 00:05:58 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-06-14 00:05:58 -0500 |
commit | 034d5c965ff34cfdf4b153af9f32360a02e35684 (patch) | |
tree | fcbe5ca527d76a303c197ea8308c6e488ef7c0b4 /src/gl/honey_gl.h | |
parent | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (diff) |
scorched earth, start over
Diffstat (limited to 'src/gl/honey_gl.h')
-rw-r--r-- | src/gl/honey_gl.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gl/honey_gl.h b/src/gl/honey_gl.h deleted file mode 100644 index 08210a0..0000000 --- a/src/gl/honey_gl.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef HONEY_GL_H -#define HONEY_GL_H - -#include "glad/glad.h" -#include <GLFW/glfw3.h> - -struct honey_window { - GLFWwindow * window; - bool created; - lua_State *L; -}; - -extern struct honey_window window; - -void setup_window(lua_State *L, int tbl_index); -void setup_gl(lua_State *L, int tbl_index); - -#endif |