fini menu keybinds
This commit is contained in:
@@ -89,6 +89,8 @@ void Settings::loadSettingsFromFile() {
|
||||
}
|
||||
|
||||
void Settings::saveSettingsToFile() const {
|
||||
this->keybinds.at(CUSTOMIZABLE_KEYBINDS).saveKeybindsToFile();
|
||||
|
||||
std::ofstream settingsFile("data/config/settings.bin", std::ios::trunc | std::ios::binary);
|
||||
char byte;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user