6 #include "CityThemes.h"
7 #include "ICityThemeChangedObserver.h"
8 #include "ICityThemeStateObserver.h"
10 #include "AsyncModels.h"
42 void ClearLoadedModels();
44 void LoadModelsFromConfig(
46 std::set<std::string> nodeSuffixes);
48 void GatherVehicleSuffixesForStates(
49 std::map<std::string,Resources::CityThemes::CityThemeState> themeStates,
50 std::set<std::string> &suffixes);
54 typedef std::vector<Io::AsyncModels::IAsyncModel*> TAsyncModels;
55 TAsyncModels m_asyncModels;