summaryrefslogtreecommitdiffstats
path: root/engine/include/flatwindow.h
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-23 21:03:02 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-23 21:03:02 +0100
commit10fe93d8c1d6a06b38cad2b491e99833ffe867f1 (patch)
tree7c0139faf569f6d540c86fb8a2b1699b42d75b54 /engine/include/flatwindow.h
parentLabelled, signal (diff)
downloadflatland-10fe93d8c1d6a06b38cad2b491e99833ffe867f1.tar.gz
flatland-10fe93d8c1d6a06b38cad2b491e99833ffe867f1.zip
Signal finalized?
Diffstat (limited to '')
-rw-r--r--engine/include/flatwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/include/flatwindow.h b/engine/include/flatwindow.h
index c03a3a9..37e834d 100644
--- a/engine/include/flatwindow.h
+++ b/engine/include/flatwindow.h
@@ -26,7 +26,7 @@ struct window_status
unsigned char focus:1;
};
-#include "object.hpp"
+#include "core/object.hpp"
#include "serial/keyfocusable.h"
class SDL_Window;