summaryrefslogtreecommitdiffstats
path: root/engine/include/flatsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/flatsurface.h')
-rw-r--r--engine/include/flatsurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/flatsurface.h b/engine/include/flatsurface.h
index bc04385..4c6ee1b 100644
--- a/engine/include/flatsurface.h
+++ b/engine/include/flatsurface.h
@@ -1,10 +1,10 @@
#ifndef __FLATSURFACE_H__
#define __FLATSURFACE_H__
-#include "flatobject.h"
+#include "object.h"
#include <SDL2/SDL.h>
-class FlatSurface : public FlatObject
+class FlatSurface : public flat::core::object
{
SDL_Surface * surface;
SDL_Surface * parent;