Fix a few little bugs.

This commit is contained in:
Zed A. Shaw 2026-03-10 23:01:15 -04:00
parent 3e9047177c
commit 516f20124f
3 changed files with 1 additions and 2 deletions

View file

@ -229,7 +229,6 @@ namespace guecs {
void show_sprite(const string& region, const string& sprite_name);
void show_icon(const string& region, const string& sprite_name);
void show_text(const string& region, const wstring& content);
void show_label(const string& region, const wstring& content);
};