forked from mirror/OpenTTD
(svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns
This commit is contained in:
@@ -22,6 +22,10 @@ enum ObjectType {
|
||||
OBJECT_MAX,
|
||||
};
|
||||
|
||||
/** Unique identifier for an object. */
|
||||
typedef uint16 ObjectID;
|
||||
|
||||
struct Object;
|
||||
struct ObjectSpec;
|
||||
|
||||
#endif /* OBJECT_TYPE_H */
|
||||
|
Reference in New Issue
Block a user