1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update tier0.lib & KeyValues constructor

This commit is contained in:
GAMMACASE
2023-07-18 02:28:44 +03:00
committed by Nicholas Hastings
parent 52fe1295e1
commit d01418aca1
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -72,7 +72,8 @@ typedef void * FileHandle_t;
class KeyValues class KeyValues
{ {
public: public:
KeyValues( const char *setName ); // NULL kvsystem would use the default global kv system instead.
KeyValues( const char *setName, IKeyValuesSystem *kvsystem = NULL, bool unkState = false );
// //
// AutoDelete class to automatically free the keyvalues. // AutoDelete class to automatically free the keyvalues.