mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00
Add missing decl for KeyValues::SetExpressionHandler.
This commit is contained in:
@ -331,6 +331,8 @@ private:
|
|||||||
return GetKeyValuesSystem();
|
return GetKeyValuesSystem();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SetExpressionHandler( GetSymbolProc_t pExpSymbolProc );
|
||||||
|
|
||||||
int m_iKeyName; // keyname is a symbol defined in KeyValuesSystem
|
int m_iKeyName; // keyname is a symbol defined in KeyValuesSystem
|
||||||
|
|
||||||
// These are needed out of the union because the API returns string pointers
|
// These are needed out of the union because the API returns string pointers
|
||||||
|
Reference in New Issue
Block a user