Mercurial > mm7
comparison mm7_unsorted_subs.h @ 2341:d6407efaa4ea
Moving registry access stuff to Registry.h/cpp
author | Grumpy7 |
---|---|
date | Sun, 06 Apr 2014 12:56:49 +0200 |
parents | dc822157c98d |
children | 5d263539bbec |
comparison
equal
deleted
inserted
replaced
2340:dc822157c98d | 2341:d6407efaa4ea |
---|---|
91 void Game_DeinitializeAndTerminate(int exitCode); // idb | 91 void Game_DeinitializeAndTerminate(int exitCode); // idb |
92 void FinalInitialization(); | 92 void FinalInitialization(); |
93 char Is_out15odm_underwater(); | 93 char Is_out15odm_underwater(); |
94 void SetUnderwaterFog(); | 94 void SetUnderwaterFog(); |
95 void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box); | 95 void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box); |
96 int __fastcall ReadWindowsRegistryInt(const char *pKey, int uDefValue); // idb | |
97 void __fastcall WriteWindowsRegistryString(const char *pKey, const char *pString); | |
98 void __fastcall ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue); | |
99 void __fastcall WriteWindowsRegistryInt(const char *pKey, int val); | |
100 bool __fastcall CheckMM7CD(char c); | 96 bool __fastcall CheckMM7CD(char c); |
101 void SecondaryInitialization(); | 97 void SecondaryInitialization(); |
102 void CreateAsyncMouse(); | 98 void CreateAsyncMouse(); |
103 void CreateAsyncKeyboard(); | 99 void CreateAsyncKeyboard(); |
104 void MM6_Initialize(const wchar_t *pIniFilename); | 100 void MM6_Initialize(const wchar_t *pIniFilename); |