GUI: slight visualizer tweaks

This commit is contained in:
tildearrow 2022-06-14 04:41:31 -05:00
parent 327a013186
commit d48801cfde
4 changed files with 60 additions and 4 deletions

View file

@ -1539,6 +1539,8 @@ class FurnaceGUI {
void addScroll(int amount);
void setFileName(String name);
void runBackupThread();
void pushPartBlend();
void popPartBlend();
int processEvent(SDL_Event* ev);
bool loop();
bool finish();