| 2962 | #endif |
| 2963 | |
| 2964 | bool GetBool( const char *pchSection, const char *pchSettingsKey, EVRSettingsError *peError = nullptr ) |
| 2965 | { |
| 2966 | return m_pSettings->GetBool( pchSection, pchSettingsKey, peError ); |
| 2967 | } |
| 2968 | int32_t GetInt32( const char *pchSection, const char *pchSettingsKey, EVRSettingsError *peError = nullptr ) |
| 2969 | { |
| 2970 | return m_pSettings->GetInt32( pchSection, pchSettingsKey, peError ); |
nothing calls this directly
no outgoing calls
no test coverage detected