added to Models: ModelsMap & GetMap()

This commit is contained in:
2021-10-12 19:56:59 +02:00
parent d8692f6ed5
commit 0c058d4313
3 changed files with 11 additions and 1 deletions

View File

@@ -125,6 +125,12 @@ morm::Wrapper * Models::Find(const std::wstring & name)
}
Models::ModelsMap & Models::GetMap()
{
return models_map;
}
}