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:
parent
2120089e3a
commit
6ef5dfa3f5
@ -122,9 +122,9 @@ 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 QueueMaterialThreadSetConCommand( ConCommand *pConCommand ) = 0;
|
||||||
virtual void UnknownFunc2() = 0;
|
virtual bool HasQueuedMaterialThreadConCommandSets() const = 0;
|
||||||
virtual void UnknownFunc3() = 0;
|
virtual int ProcessQueuedMaterialThreadConCommandSets() = 0;
|
||||||
|
|
||||||
protected: class ICVarIteratorInternal;
|
protected: class ICVarIteratorInternal;
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user