22 #ifndef ASYLUM_SYSTEM_CONFIG_H 23 #define ASYLUM_SYSTEM_CONFIG_H 25 #include "common/array.h" 26 #include "common/singleton.h" 27 #include "common/config-manager.h" 48 bool showMovieSubtitles;
51 bool showEncounterSubtitles;
63 char keySwitchToGrimwall;
64 char keySwitchToOlmec;
73 bool showSceneLoading;
105 #define Config (::Asylum::ConfigurationManager::instance()) 109 #endif // ASYLUM_SYSTEM_CONFIG_H
bool isKeyAssigned(char key) const
int performance
performance only affects sound: perf > 0 ? 22050hz/16bit : 11025hz/8bit
Definition: config.h:57
Definition: singleton.h:42