dunno
This commit is contained in:
@@ -248,9 +248,10 @@ std::shared_ptr<items::impl::Sound> create_sound(nlohmann::json &sound_json, std
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
std::map<char, std::shared_ptr<items::Display>> create_displays(std::istream &display_config)
|
||||
|
||||
std::map<uint8_t, std::shared_ptr<items::Display>> create_displays(std::istream &display_config)
|
||||
{
|
||||
std::map<char, std::shared_ptr<items::Display>> displays;
|
||||
std::map<uint8_t, std::shared_ptr<items::Display>> displays;
|
||||
|
||||
return displays;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user