From cf80d997e87005d749a5941ad5e6ae34ab53246a Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 25 Jan 2019 01:29:32 +0100 Subject: Fix all header names in #include statements --- engine/include/window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/include/window.hpp') diff --git a/engine/include/window.hpp b/engine/include/window.hpp index 37e834d..7b3fa9a 100644 --- a/engine/include/window.hpp +++ b/engine/include/window.hpp @@ -27,7 +27,7 @@ struct window_status }; #include "core/object.hpp" -#include "serial/keyfocusable.h" +#include "serial/keyfocusable.hpp" class SDL_Window; class FlatLayer; -- cgit v1.2.1