OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GameConfig::Audio Class Reference

#include <GameConfig.h>

Inheritance diagram for GameConfig::Audio:
ConfigSection

Public Member Functions

 Audio (GameConfig *config)
 
- Public Member Functions inherited from ConfigSection
 ConfigSection (Config *config, std::string_view name)
 
 ConfigSection (const ConfigSection &other)=delete
 
 ConfigSection (ConfigSection &&other)=delete
 
Configconfig () const
 
const std::string & name () const
 
void registerEntry (AnyConfigEntry *entry)
 
AnyConfigEntryentry (std::string_view name) const
 
std::vector< AnyConfigEntry * > entries () const
 

Public Attributes

Bool DisableHRTF = {this, "disable_hrtf", true, "Disable HRTF for headphones."}
 

Constructor & Destructor Documentation

◆ Audio()

GameConfig::Audio::Audio ( GameConfig config)
inlineexplicit

Member Data Documentation

◆ DisableHRTF

Bool GameConfig::Audio::DisableHRTF = {this, "disable_hrtf", true, "Disable HRTF for headphones."}

The documentation for this class was generated from the following file: