22 #ifndef GRIM_REGISTRY_H 23 #define GRIM_REGISTRY_H 25 #include "common/str.h" 59 void setBool(
bool val);
65 ValueType getType()
const;
98 Value _directorsCommentary;
101 Value _resolutionScaling;
103 Value _advancedLighting;
104 Value _directorsCommentaryVolume;
105 Value _renderingMode;
110 uint convertVolumeToMixer(uint volume);
111 uint convertVolumeFromMixer(uint volume);
112 uint convertTalkSpeedToGUI(uint talkspeed);
113 uint convertTalkSpeedFromGUI(uint talkspeed);
114 bool convertSubtitlesToGUI(uint speechmode);
115 bool convertSpeechMuteToGUI(uint speechmode);
116 uint convertSpeechModeFromGUI(
bool subtitles,
bool speechMute);
Definition: registry.h:29