2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-16 00:28:20 +03:00

Fix build fails (affected #512)

This commit is contained in:
s1lent 2017-08-01 23:36:07 +07:00
parent 58db70b9e5
commit b1f93cb321
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -78,7 +78,7 @@ public:
const char *GetCurrentSteamAppName();
NOXREF void SetRateRegistrySetting(const char *pchRate);
NOXREF const char *GetRateRegistrySetting(const char *pchDef);
void EXPORT F(IEngineAPI **api);
DLL_EXPORT void F(IEngineAPI **api);
void Sys_GetCDKey(char *pszCDKey, int *nLength, int *bDedicated);
NOXREF void Legacy_ErrorMessage(int nLevel, const char *pszErrorMessage);
void Legacy_Sys_Printf(char *fmt, ...);