mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Update IKeyValuesSystem for game update
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||||
//
|
//
|
||||||
// Purpose:
|
// Purpose:
|
||||||
//
|
//
|
||||||
@ -23,6 +23,8 @@ typedef int HKeySymbol;
|
|||||||
class IKeyValuesSystem
|
class IKeyValuesSystem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~IKeyValuesSystem() = 0;
|
||||||
|
|
||||||
// registers the size of the KeyValues in the specified instance
|
// registers the size of the KeyValues in the specified instance
|
||||||
// so it can build a properly sized memory pool for the KeyValues objects
|
// so it can build a properly sized memory pool for the KeyValues objects
|
||||||
// the sizes will usually never differ but this is for versioning safety
|
// the sizes will usually never differ but this is for versioning safety
|
||||||
|
Reference in New Issue
Block a user