working on item rewrite
This commit is contained in:
@@ -25,14 +25,12 @@ namespace detail
|
||||
class Item : public items::Item
|
||||
{
|
||||
public:
|
||||
Item(uint8_t address, std::string name);
|
||||
Item(std::string name);
|
||||
~Item() override = default;
|
||||
|
||||
uint8_t get_address() const override;
|
||||
std::string get_name() const override;
|
||||
|
||||
protected:
|
||||
uint8_t address;
|
||||
const std::string name;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user