summaryrefslogtreecommitdiff
path: root/src/gl/honey_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/honey_gl.h')
-rw-r--r--src/gl/honey_gl.h18
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