summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h
index 9f3071a8..793c3a66 100644
--- a/src/object.h
+++ b/src/object.h
@@ -222,6 +222,11 @@ class MovingObject: public Object
*/
typedef utils::CountedPtr<Object> ObjectPtr;
+/**
+ * Type definition for a smart pointer to MovingObject.
+ */
+typedef utils::CountedPtr<MovingObject> MovingObjectPtr;
+
/**
* Type definition for a list of Objects.