Integrates SoundFactory
This commit is contained in:
@@ -18,7 +18,7 @@ namespace output
|
||||
class DisplayFactory : Factory
|
||||
{
|
||||
public:
|
||||
explicit DisplayFactory(nlohmann::json & object);
|
||||
explicit DisplayFactory(nlohmann::json & object, std::shared_ptr<DisplayBoardPinController> pin_controller);
|
||||
std::map<std::string, std::shared_ptr<items::Item>> getItemMap() override;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user