summaryrefslogtreecommitdiffstats
path: root/engine/include/actor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/actor.hpp')
-rw-r--r--engine/include/actor.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/include/actor.hpp b/engine/include/actor.hpp
index b5a8285..75a3474 100644
--- a/engine/include/actor.hpp
+++ b/engine/include/actor.hpp
@@ -3,6 +3,8 @@
#include "collector.hpp"
+namespace flat {
+
class FlatBound;
class FlatActor : public FlatCollector
@@ -24,4 +26,6 @@ public:
FlatBound * getBounds() const;
};
+}
+
#endif