Codechange: Bind objectspecs to classes once all finalised.

(cherry picked from commit 5f4a8f730b8982cbec7eec5e2331f0bc9217e69e)
This commit is contained in:
Peter Nelson
2023-01-16 23:31:31 +00:00
committed by Jonathan G Rennison
parent 9cda69cab1
commit d34e1bbbc1
4 changed files with 22 additions and 10 deletions

View File

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