summaryrefslogtreecommitdiffstats
path: root/engine/include/serial/focusable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/serial/focusable.hpp')
-rw-r--r--engine/include/serial/focusable.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/serial/focusable.hpp b/engine/include/serial/focusable.hpp
index f139577..8a05051 100644
--- a/engine/include/serial/focusable.hpp
+++ b/engine/include/serial/focusable.hpp
@@ -1,14 +1,14 @@
#ifndef __FOCUSABLE_H__
#define __FOCUSABLE_H__
-#include "core/object.hpp"
+#include "object.hpp"
#include "types.hpp"
union SDL_Event;
namespace flat {
-class Focusable : virtual public flat::core::object
+class Focusable : virtual public flat::object
{
bool focused;