Mercurial > mm7
annotate 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 |
rev | line source |
---|---|
2575 | 1 #pragma once |
0 | 2 #define WIN32_LEAN_AND_MEAN |
3 #include <windows.h> | |
4 | |
5 #include <MMSystem.h> | |
6 #pragma comment(lib, "winmm.lib") | |
7 | |
2575 | 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 | |
0 | 14 #undef DrawText |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
0
diff
changeset
|
15 #undef PlaySound |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
0
diff
changeset
|
16 #undef Polygon |