summaryrefslogtreecommitdiffstats
path: root/engine/include/window.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-25 01:29:32 +0100
committerNao Pross <naopross@thearcway.org>2019-01-25 01:29:32 +0100
commitcf80d997e87005d749a5941ad5e6ae34ab53246a (patch)
treea6f404fbc2540cf9d8586dcc7e78e0305b30b3d3 /engine/include/window.hpp
parentRename everything under engine/ to remove `flat' and be `.hpp' (diff)
downloadflatland-cf80d997e87005d749a5941ad5e6ae34ab53246a.tar.gz
flatland-cf80d997e87005d749a5941ad5e6ae34ab53246a.zip
Fix all header names in #include statements
Diffstat (limited to 'engine/include/window.hpp')
-rw-r--r--engine/include/window.hpp2
1 files changed, 1 insertions, 1 deletions
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;