comparison 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
comparison
equal deleted inserted replaced
2574:dd36326a9994 2575:a76d408c5132
1 #pragma once
1 #define WIN32_LEAN_AND_MEAN 2 #define WIN32_LEAN_AND_MEAN
2 #include <windows.h> 3 #include <windows.h>
3 4
4 #include <MMSystem.h> 5 #include <MMSystem.h>
5 #pragma comment(lib, "winmm.lib") 6 #pragma comment(lib, "winmm.lib")
6 7
8
9 int ReadWindowsRegistryInt(const char *pKey, int uDefValue); // idb
10 void WriteWindowsRegistryString(const char *pKey, const char *pString);
11 void ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue);
12 void WriteWindowsRegistryInt(const char *pKey, int val);
13
7 #undef DrawText 14 #undef DrawText
8 #undef PlaySound 15 #undef PlaySound
9 #undef Polygon 16 #undef Polygon