Now you can heal yourself.

This commit is contained in:
Zed A. Shaw 2025-08-11 16:59:19 -04:00
parent e03a63f9fb
commit f19c1dbb20
6 changed files with 68 additions and 14 deletions

View file

@ -20,5 +20,6 @@ namespace gui {
guecs::Entity make_button(std::string name, Events::GUI event,
int action, const std::string &icon_name,
const std::string &sound, const std::string &effect_name);
void use_item(guecs::Entity gui_id, const string& slot);
};
}