Quick little tweak to make the build speed up while a build is running.
This commit is contained in:
parent
94c9cd75a8
commit
d1c2352237
4 changed files with 14 additions and 112 deletions
2
gui.hpp
2
gui.hpp
|
@ -24,7 +24,7 @@ class GUI {
|
|||
|
||||
void output(const string msg);
|
||||
void update_status(GameEngine &game, size_t line_length, bool is_error);
|
||||
void configure_status_shader(size_t line_length, bool is_error);
|
||||
void configure_status_shader(int speedup, bool is_error);
|
||||
|
||||
void startup();
|
||||
bool is_open() { return $window.isOpen(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue