mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
Update ICVar.
This commit is contained in:
parent
753f47ed8b
commit
69290867d5
@ -122,6 +122,10 @@ public:
|
|||||||
virtual bool HasQueuedMaterialThreadConVarSets() const = 0;
|
virtual bool HasQueuedMaterialThreadConVarSets() const = 0;
|
||||||
virtual int ProcessQueuedMaterialThreadConVarSets() = 0;
|
virtual int ProcessQueuedMaterialThreadConVarSets() = 0;
|
||||||
|
|
||||||
|
virtual void UnknownFunc1() = 0;
|
||||||
|
virtual void UnknownFunc2() = 0;
|
||||||
|
virtual void UnknownFunc3() = 0;
|
||||||
|
|
||||||
protected: class ICVarIteratorInternal;
|
protected: class ICVarIteratorInternal;
|
||||||
public:
|
public:
|
||||||
/// Iteration over all cvars.
|
/// Iteration over all cvars.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user