mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-08 10:13:28 +08:00
Fix return type on TakeConVarSnapshot
This commit is contained in:
parent
8cf41ac590
commit
7c0eabfd64
@ -86,7 +86,7 @@ public:
|
||||
|
||||
virtual void ResetConVarsToDefaultValues(const char *pszSearchString) = 0;
|
||||
|
||||
virtual ConVarSnapshot_t TakeConVarSnapshot() = 0;
|
||||
virtual ConVarSnapshot_t *TakeConVarSnapshot() = 0;
|
||||
virtual void ResetConVarsFromSnapshot(ConVarSnapshot_t *snapshot) = 0;
|
||||
virtual void DestroyConVarSnapshot(ConVarSnapshot_t *snapshot) = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user