Missing resources.

This commit is contained in:
Zed A. Shaw 2025-04-15 12:46:13 -04:00
parent 57e042e786
commit 137dcc1f30
4 changed files with 15 additions and 2 deletions

View file

@ -98,8 +98,7 @@ namespace guecs {
};
struct Sound {
std::string on_click{""};
std::string on_click{"ui_click"};
void play(bool hover);
};