1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 16:13:22 +08:00

Add some missing ICVar func names.

This commit is contained in:
Nick Hastings 2023-01-29 14:56:57 -05:00
parent 2120089e3a
commit 6ef5dfa3f5

View File

@ -122,9 +122,9 @@ public:
virtual bool HasQueuedMaterialThreadConVarSets() const = 0;
virtual int ProcessQueuedMaterialThreadConVarSets() = 0;
virtual void UnknownFunc1() = 0;
virtual void UnknownFunc2() = 0;
virtual void UnknownFunc3() = 0;
virtual void QueueMaterialThreadSetConCommand( ConCommand *pConCommand ) = 0;
virtual bool HasQueuedMaterialThreadConCommandSets() const = 0;
virtual int ProcessQueuedMaterialThreadConCommandSets() = 0;
protected: class ICVarIteratorInternal;
public: