summaryrefslogtreecommitdiffstats
path: root/engine/include/flatwindow.h
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-22 01:56:51 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-22 01:56:51 +0100
commit844926711489c4f87c68ceab3ea245161228ad78 (patch)
tree2d983c826131b33a207db83f95e365b044227dad /engine/include/flatwindow.h
parentSignal change (diff)
downloadflatland-844926711489c4f87c68ceab3ea245161228ad78.tar.gz
flatland-844926711489c4f87c68ceab3ea245161228ad78.zip
Fin qui tutto bene
Diffstat (limited to '')
-rw-r--r--engine/include/flatwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/flatwindow.h b/engine/include/flatwindow.h
index 11d7134..b3734f4 100644
--- a/engine/include/flatwindow.h
+++ b/engine/include/flatwindow.h
@@ -26,7 +26,7 @@ struct window_status
unsigned char focus:1;
};
-#include "flatobject.h"
+#include "object.h"
#include "serial/keyfocusable.h"
class SDL_Window;
@@ -34,7 +34,7 @@ class FlatLayer;
class SDL_KeyEvent;
-class FlatWindow : virtual public FlatObject, public KeyFocusable
+class FlatWindow : virtual public flat::core::object, public KeyFocusable
{
std::string title;
window_status status;