added ItemVarHolder

This commit is contained in:
Johannes Wendel
2019-08-29 22:19:21 +02:00
parent 4aa6a68a2f
commit 2b5fb960b8
7 changed files with 62 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ public:
std::map<std::string, std::shared_ptr<items::Lamp>> lamps, std::map<std::string, std::shared_ptr<items::Sound>> sounds,
std::map<std::string, std::shared_ptr<items::Flipper>> flippers, std::map<uint8_t, std::shared_ptr<output::items::Display>> displays);
~OutputDriver() = default;
~OutputDriver() = default;//TODO aufräumen
void activate_displays() const;
void deactivate_displays() const;