prepare to add some code

This commit is contained in:
tildearrow 2023-03-13 03:12:03 -05:00
parent d73c2346c4
commit 5acb6daef6
4 changed files with 88 additions and 1 deletions

View file

@ -1369,6 +1369,7 @@ class FurnaceGUI {
int oneDigitEffects;
int disableFadeIn;
int alwaysPlayIntro;
int iCannotWait;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1509,6 +1510,7 @@ class FurnaceGUI {
oneDigitEffects(0),
disableFadeIn(0),
alwaysPlayIntro(0),
iCannotWait(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),