| 609 | } |
| 610 | |
| 611 | bool GameSettings::forceEnableCoreFiles() const |
| 612 | { |
| 613 | return get<bool>(m_Settings, "Settings", "force_enable_core_files", true); |
| 614 | } |
| 615 | |
| 616 | void GameSettings::setForceEnableCoreFiles(bool b) |
| 617 | { |
no outgoing calls
no test coverage detected