1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

force a object repo reload if language changes

This commit is contained in:
Ted John
2016-07-04 18:26:36 +01:00
parent 82d90fe350
commit 13e9a76732
3 changed files with 14 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ interface IObjectRepository
{
virtual ~IObjectRepository() { }
virtual void LoadOrConstruct() abstract;
virtual const size_t GetNumObjects() const abstract;
virtual const ObjectRepositoryItem * GetObjects() const abstract;
virtual const ObjectRepositoryItem * FindObject(const utf8 * name) const abstract;