7 #include "CallbackCollection.h"
19 typedef std::map<std::string, InteriorsModel*> TInteriorsContainer;
29 void RemoveInterior(
const std::string& interiorName);
31 bool HasInterior(
const std::string& interiorName)
const;
32 InteriorsModel& GetInterior(
const std::string& interiorName)
const;
34 TInteriorsContainer& GetAllInteriors();
42 TInteriorsContainer m_interiors;