Fixed a bunch of random little bugs everywhere.
This commit is contained in:
parent
f946d46936
commit
6b3ce5eb3d
9 changed files with 64 additions and 38 deletions
|
@ -67,5 +67,6 @@ struct SFMLRender {
|
|||
int font_size() { return $map_font_size; }
|
||||
void clear() { $window.clear(); }
|
||||
void display() { $window.display(); }
|
||||
Point mouse_position();
|
||||
static void init_terminal();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue