Mercurial > mm7
comparison Engine/Registry.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | dd36326a9994 |
children |
comparison
equal
deleted
inserted
replaced
2574:dd36326a9994 | 2575:a76d408c5132 |
---|---|
1 #pragma once | |
2 | |
3 | |
4 | |
5 int __fastcall ReadWindowsRegistryInt(const char *pKey, int uDefValue); // idb | |
6 void __fastcall WriteWindowsRegistryString(const char *pKey, const char *pString); | |
7 void __fastcall ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue); | |
8 void __fastcall WriteWindowsRegistryInt(const char *pKey, int val); |