Fixed a few places. Closes #11

This commit is contained in:
Zed A. Shaw 2025-06-28 23:30:41 -04:00
parent b603ef5a3f
commit 75c28cd764
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ namespace gui {
);
}
DinkyECS::Entity CombatUI::make_button(
guecs::Entity CombatUI::make_button(
std::string name,
Events::GUI event,
int action,