|
OpenEnroth 39d87c6
|
#include <GameConfig.h>
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 | |
| Config * | config () const |
| const std::string & | name () const |
| void | registerEntry (AnyConfigEntry *entry) |
| AnyConfigEntry * | entry (std::string_view name) const |
| std::vector< AnyConfigEntry * > | entries () const |
Public Attributes | |
| Bool | DisableHRTF = {this, "disable_hrtf", true, "Disable HRTF for headphones."} |
|
inlineexplicit |
| Bool GameConfig::Audio::DisableHRTF = {this, "disable_hrtf", true, "Disable HRTF for headphones."} |