Add the buttons I'll need for the next round of development.

This commit is contained in:
Zed A. Shaw 2025-06-17 12:46:17 -04:00
parent dfd3118d04
commit 87459d41bb
2 changed files with 14 additions and 6 deletions

View file

@ -20,6 +20,7 @@ namespace gui {
void render(sf::RenderWindow& window);
void update_level(GameLevel &level);
bool mouse(float x, float y, bool hover);
void make_button(const std::string &name, const std::wstring& label, Events::GUI event);
void remove_slot(DinkyECS::Entity slot_id);
bool place_slot(DinkyECS::Entity gui_id, DinkyECS::Entity world_entity);