summaryrefslogtreecommitdiff
path: root/src/honey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/honey.h')
-rw-r--r--src/honey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/honey.h b/src/honey.h
index b349475..974136a 100644
--- a/src/honey.h
+++ b/src/honey.h
@@ -16,6 +16,7 @@
#include "primitives/primitives.h"
#include "shader/shader.h"
#include "texture/texture.h"
+#include "window/window.h"
/** @struct Helper struct to wrap command-line options. */
typedef struct {
@@ -48,7 +49,7 @@ bool honey_parse_options(honey_options* options, int argc, char** argv);
*
* @returns true on a success; false otherwise.
*/
-bool honey_setup(lua_State** L, honey_window* window);
+bool honey_setup(lua_State** L);
/** @brief The main game loop.
*