summaryrefslogtreecommitdiffstats
path: root/engine/include/serial
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/serial
parentSignal change (diff)
downloadflatland-844926711489c4f87c68ceab3ea245161228ad78.tar.gz
flatland-844926711489c4f87c68ceab3ea245161228ad78.zip
Fin qui tutto bene
Diffstat (limited to 'engine/include/serial')
-rw-r--r--engine/include/serial/focusable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/serial/focusable.h b/engine/include/serial/focusable.h
index 6478ed4..a334e79 100644
--- a/engine/include/serial/focusable.h
+++ b/engine/include/serial/focusable.h
@@ -1,13 +1,13 @@
#ifndef __FOCUSABLE_H__
#define __FOCUSABLE_H__
-#include "flatobject.h"
+#include "object.h"
#include "types.h"
class task_s;
union SDL_Event;
-class Focusable : virtual public FlatObject
+class Focusable : virtual public flat::core::object
{
bool focused;