diff options
Diffstat (limited to 'include/honey.h')
-rw-r--r-- | include/honey.h | 3 |
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 |