forked from mirror/OpenTTD
Codechange: Bind objectspecs to classes once all finalised.
This commit is contained in:
@@ -101,6 +101,8 @@ struct ObjectSpec {
|
||||
|
||||
static const ObjectSpec *Get(ObjectType index);
|
||||
static const ObjectSpec *GetByTile(TileIndex tile);
|
||||
|
||||
static void BindToClasses();
|
||||
};
|
||||
|
||||
/** Object scope resolver. */
|
||||
|
Reference in New Issue
Block a user