Codechange: Bind objectspecs to classes once all finalised.

This commit is contained in:
2023-01-16 23:31:31 +00:00
committed by PeterN
parent 02961fd7af
commit 93197f58b7
4 changed files with 22 additions and 10 deletions

View File

@@ -101,6 +101,8 @@ struct ObjectSpec {
static const ObjectSpec *Get(ObjectType index);
static const ObjectSpec *GetByTile(TileIndex tile);
static void BindToClasses();
};
/** Object scope resolver. */