Can actually use it to find glyphs now.
This commit is contained in:
parent
0edd948101
commit
c483649e20
3 changed files with 29 additions and 12 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue