1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00

Update ICVar.

This commit is contained in:
Nick Hastings 2022-10-21 22:25:00 -04:00
parent 753f47ed8b
commit 69290867d5

View File

@ -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.