| 154 | } |
| 155 | |
| 156 | void MemorySettingsInterface::SetFloatValue(const char* section, const char* key, float value) |
| 157 | { |
| 158 | SetValue(section, key, std::to_string(value)); |
| 159 | } |
| 160 | |
| 161 | void MemorySettingsInterface::SetDoubleValue(const char* section, const char* key, double value) |
| 162 | { |