| 29 | |
| 30 | using namespace Poseidon; |
| 31 | void InitCapsLock() |
| 32 | { |
| 33 | #if _ENABLE_CHEATS |
| 34 | extern KeyLights KeyState; |
| 35 | KeyState.SetCapsLock(false); |
| 36 | #endif |
| 37 | } |
| 38 | |
| 39 | // Older config path; prefer ConfigurationSystem::InitializeGameConfiguration. |
| 40 | bool InitLanguageAndConfig() |
no test coverage detected