1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update ICVar.

(cherry picked from commit 69290867d5)
This commit is contained in:
Nick Hastings 2022-10-21 22:25:00 -04:00
parent b1e4eb06d8
commit 2120089e3a

View File

@ -122,6 +122,10 @@ public:
virtual bool HasQueuedMaterialThreadConVarSets() const = 0;
virtual int ProcessQueuedMaterialThreadConVarSets() = 0;
virtual void UnknownFunc1() = 0;
virtual void UnknownFunc2() = 0;
virtual void UnknownFunc3() = 0;
protected: class ICVarIteratorInternal;
public:
/// Iteration over all cvars.