summaryrefslogtreecommitdiff
path: root/src/glfw/setup.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-03-10 02:33:42 -0600
committersanine <sanine.not@pm.me>2023-03-10 02:33:42 -0600
commitc2329b4c8258baa9429c77566c9def97d00e96d7 (patch)
tree029da1a4a2c5ac7bd7714ee70f195378f5c68c8e /src/glfw/setup.h
parent51c7235d4e0a2df109dd5050328a0ad4a1878ae4 (diff)
demonstrate working glfw refactored bindings
Diffstat (limited to 'src/glfw/setup.h')
-rw-r--r--src/glfw/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glfw/setup.h b/src/glfw/setup.h
index 1b30728..4226c3b 100644
--- a/src/glfw/setup.h
+++ b/src/glfw/setup.h
@@ -29,6 +29,7 @@ struct h_glfw_window_data_t {
};
+GLFWwindow ** create_window(lua_State *L);
GLFWmonitor ** create_monitor(lua_State *L);