summaryrefslogtreecommitdiff
path: root/src/object_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_type.h')
-rw-r--r--src/object_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/object_type.h b/src/object_type.h
index 3a801960d..d074878b2 100644
--- a/src/object_type.h
+++ b/src/object_type.h
@@ -22,6 +22,10 @@ enum ObjectType {
OBJECT_MAX,
};
+/** Unique identifier for an object. */
+typedef uint16 ObjectID;
+
+struct Object;
struct ObjectSpec;
#endif /* OBJECT_TYPE_H */