summaryrefslogtreecommitdiff
path: root/include/honey.h
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-05-22 22:30:07 -0500
committersanine-a <sanine.not@pm.me>2020-05-22 22:30:07 -0500
commitad50ee243d9d7ac30ef507acd01bbc4ccb02f862 (patch)
treeb44b2f6da3bdd7753008a4f42552f231c65c6068 /include/honey.h
parente02ac3c921d816945324f1a887a0ed1db12f342e (diff)
add keyboard input
Diffstat (limited to 'include/honey.h')
-rw-r--r--include/honey.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/honey.h b/include/honey.h
index 3dbc5ab..ccbaf8f 100644
--- a/include/honey.h
+++ b/include/honey.h
@@ -8,13 +8,12 @@
#include "camera.h"
#include "common.h"
+#include "input.h"
#include "mesh.h"
#include "primitives.h"
#include "shader.h"
#include "texture.h"
-typedef GLFWwindow* honey_window;
-
/** @brief Initialize Honey.
*
* @param[in] screen_width The desired width of the screen in pixels