summaryrefslogtreecommitdiffstats
path: root/engine/include/types.hpp
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:01:43 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:01:43 +0100
commit35c5c0551edfe786a5d05969df85cef544ebeea6 (patch)
tree4ec3dd0f64e91033b836cdde34687206601d9f1b /engine/include/types.hpp
parentFin qui tutto bene (diff)
downloadflatland-35c5c0551edfe786a5d05969df85cef544ebeea6.tar.gz
flatland-35c5c0551edfe786a5d05969df85cef544ebeea6.zip
Soos
Diffstat (limited to 'engine/include/types.hpp')
-rw-r--r--engine/include/types.hpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/engine/include/types.hpp b/engine/include/types.hpp
index 87c4d26..436cc7c 100644
--- a/engine/include/types.hpp
+++ b/engine/include/types.hpp
@@ -3,7 +3,14 @@
/* Flatland types */
-class flat::core::object;
+namespace flat
+{
+ namespace core
+ {
+ class object;
+ }
+
+}
class FlatActor;
class FlatSprite;