Clean things up before solving the move problem.

This commit is contained in:
Zed A. Shaw 2025-07-02 10:51:23 -04:00
parent 6576164fad
commit 8c8d6dc9e7
4 changed files with 16 additions and 18 deletions

View file

@ -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();