Finish lerge refactor of systems
This commit is contained in:
parent
6d742e60db
commit
913d7df56d
36 changed files with 614 additions and 634 deletions
|
|
@ -18,6 +18,7 @@ public slots:
|
|||
|
||||
signals:
|
||||
void gotItems(std::vector<std::shared_ptr<Item>> items, bool inform = true);
|
||||
void requestReplaceItems(std::vector<std::shared_ptr<Item>> items);
|
||||
void updateItems(std::vector<ItemData> items, bool inform = true);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue