commit
8f4133d2e7
3 changed files with 7 additions and 1 deletions
|
|
@ -1618,6 +1618,7 @@ class FurnaceGUI {
|
|||
String emptyLabel;
|
||||
String emptyLabel2;
|
||||
String sdlAudioDriver;
|
||||
String defaultAuthorName;
|
||||
DivConfig initialSys;
|
||||
|
||||
Settings():
|
||||
|
|
@ -1800,7 +1801,8 @@ class FurnaceGUI {
|
|||
macroRelLabel("REL"),
|
||||
emptyLabel("..."),
|
||||
emptyLabel2(".."),
|
||||
sdlAudioDriver("") {}
|
||||
sdlAudioDriver(""),
|
||||
defaultAuthorName("") {}
|
||||
} settings;
|
||||
|
||||
struct Tutorial {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue