(svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns

This commit is contained in:
rubidium
2010-08-13 12:45:26 +00:00
parent c5ec910980
commit 89b2b9370a
17 changed files with 266 additions and 92 deletions

View File

@@ -22,6 +22,10 @@ enum ObjectType {
OBJECT_MAX,
};
/** Unique identifier for an object. */
typedef uint16 ObjectID;
struct Object;
struct ObjectSpec;
#endif /* OBJECT_TYPE_H */