summaryrefslogtreecommitdiff
path: root/src/gl/honey_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/honey_gl.c')
-rw-r--r--src/gl/honey_gl.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gl/honey_gl.c b/src/gl/honey_gl.c
new file mode 100644
index 0000000..bbb775f
--- /dev/null
+++ b/src/gl/honey_gl.c
@@ -0,0 +1,10 @@
+#include <honeysuckle.h>
+#include "logging/logging.h"
+#include "gl/honey_gl.h"
+
+int honey_gl_window_ref = LUA_NOREF;
+
+bool honey_gl_setup()
+{
+ return false;
+}