Mercurial > mm7
diff OSAPI.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | c4ab816fcc5e |
children |
line wrap: on
line diff
--- a/OSAPI.h Mon Mar 07 03:48:40 2016 +0200 +++ b/OSAPI.h Wed Mar 09 01:39:52 2016 +0200 @@ -1,9 +1,16 @@ +#pragma once #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <MMSystem.h> #pragma comment(lib, "winmm.lib") + +int ReadWindowsRegistryInt(const char *pKey, int uDefValue); // idb +void WriteWindowsRegistryString(const char *pKey, const char *pString); +void ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue); +void WriteWindowsRegistryInt(const char *pKey, int val); + #undef DrawText #undef PlaySound #undef Polygon \ No newline at end of file