Combat UI can now send events to the GUIwhen they click on buttons, and I've got a crappy wood texture for the buttons to test that.

This commit is contained in:
Zed A. Shaw 2025-02-18 14:24:57 -05:00
parent 722d55d948
commit 69a810b5a1
7 changed files with 38 additions and 20 deletions

View file

@ -81,6 +81,7 @@ namespace gui {
void draw_stats();
void draw_gui();
void draw_blood();
void debug();
void render();
void mouse();
void generate_map();