Clean things up before solving the move problem.
This commit is contained in:
parent
6576164fad
commit
8c8d6dc9e7
4 changed files with 16 additions and 18 deletions
|
@ -49,7 +49,7 @@ namespace gui {
|
|||
bool commit_drop(guecs::UI& source, guecs::UI& target,
|
||||
std::optional<guecs::Entity> source_id, std::any data);
|
||||
|
||||
void commit_move(guecs::UI& gui,
|
||||
bool commit_move(guecs::UI& gui,
|
||||
std::optional<guecs::Entity> source_id, std::any data);
|
||||
|
||||
bool hold_world_item();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue