implemented output driver
This commit is contained in:
@@ -25,8 +25,9 @@ namespace output
|
||||
class OutputDriver : public IOutputDriver
|
||||
{
|
||||
public:
|
||||
OutputDriver();
|
||||
virtual ~OutputDriver();
|
||||
OutputDriver(std::map<std::string, std::shared_ptr<ICabinetItem>> cabinet_items, std::map<char, std::shared_ptr<IDisplay>> displays, std::map<std::string, std::shared_ptr<ISound>> sounds);
|
||||
|
||||
virtual ~OutputDriver() = default;
|
||||
|
||||
std::vector<std::shared_ptr<ICabinetItem>> get_cabinet_items();
|
||||
std::vector<std::shared_ptr<ISound>> get_sounds();
|
||||
|
||||
Reference in New Issue
Block a user