summaryrefslogtreecommitdiffstats
path: root/engine/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/actor.cpp')
-rw-r--r--engine/actor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/actor.cpp b/engine/actor.cpp
index dd4bc96..8eb27da 100644
--- a/engine/actor.cpp
+++ b/engine/actor.cpp
@@ -2,6 +2,8 @@
#include "flatland.hpp"
+using namespace flat;
+
FlatActor::FlatActor(FlatCollector *parent, FlatBound *bounds)
: FlatCollector(parent), bounds(bounds)