diff options
Diffstat (limited to 'src/glfw/setup.h')
-rw-r--r-- | src/glfw/setup.h | 1 |
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); |