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:

committed by
Nicholas Hastings

parent
52fe1295e1
commit
d01418aca1
Binary file not shown.
@ -72,7 +72,8 @@ typedef void * FileHandle_t;
|
||||
class KeyValues
|
||||
{
|
||||
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.
|
||||
|
Reference in New Issue
Block a user