summaryrefslogtreecommitdiffstats
path: root/engine/include/flatbound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/flatbound.h')
-rw-r--r--engine/include/flatbound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/flatbound.h b/engine/include/flatbound.h
index a80cd6e..5028acc 100644
--- a/engine/include/flatbound.h
+++ b/engine/include/flatbound.h
@@ -1,12 +1,12 @@
#ifndef __FLATBOUND_H__
#define __FLATBOUND_H__
-#include "flatobject.h"
+#include "object.h"
#include "svector.h"
typedef SVector<int, 2> pixel;
-class FlatBound : virtual public FlatObject
+class FlatBound : virtual public flat::core::object
{
pixel location;