Mercurial > mm7
diff 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 |
line wrap: on
line diff
--- a/mm7_unsorted_subs.h Sun Apr 06 12:50:35 2014 +0200 +++ b/mm7_unsorted_subs.h Sun Apr 06 12:56:49 2014 +0200 @@ -93,10 +93,6 @@ char Is_out15odm_underwater(); void SetUnderwaterFog(); void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box); -int __fastcall ReadWindowsRegistryInt(const char *pKey, int uDefValue); // idb -void __fastcall WriteWindowsRegistryString(const char *pKey, const char *pString); -void __fastcall ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue); -void __fastcall WriteWindowsRegistryInt(const char *pKey, int val); bool __fastcall CheckMM7CD(char c); void SecondaryInitialization(); void CreateAsyncMouse();