mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Add some missing ICVar func names.
This commit is contained in:
parent
2120089e3a
commit
6ef5dfa3f5
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user