Can actually use it to find glyphs now.

This commit is contained in:
Zed A. Shaw 2024-12-08 10:43:47 -05:00
parent 0edd948101
commit c483649e20
3 changed files with 29 additions and 12 deletions

View file

@ -68,5 +68,6 @@ struct SFMLRender {
void clear() { $window.clear(); }
void display() { $window.display(); }
bool mouse_position(Panel &panel, Point &out);
void clear_cache();
static void init_terminal();
};