1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 12:36:05 +08:00

KeyValuesSystem is internal-only now. Remove export

This commit is contained in:
Nick Hastings
2023-05-14 09:41:45 -04:00
committed by Nicholas Hastings
parent f47a19d330
commit 2f8a20a49c

View File

@ -50,7 +50,7 @@ public:
virtual void ReleaseWStringCopy( const wchar_t * ) = 0;
};
VSTDLIB_INTERFACE IKeyValuesSystem *KeyValuesSystem();
//VSTDLIB_INTERFACE IKeyValuesSystem *KeyValuesSystem();
// #define KEYVALUESSYSTEM_INTERFACE_VERSION "KeyValuesSystem002"