blalbaablabl
This commit is contained in:
parent
ad49ff1571
commit
1373a66e2b
2 changed files with 11 additions and 2 deletions
|
|
@ -3121,3 +3121,12 @@ FurnaceGUISysDef::FurnaceGUISysDef(const char* n, std::initializer_list<FurnaceG
|
|||
definition+=extra;
|
||||
}
|
||||
}
|
||||
|
||||
// functions for loading/saving user presets
|
||||
bool loadUserPresets(bool redundancy) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool saveUserPresets(bool redundancy) {
|
||||
return true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue