Skip to content

Commit 4e0975a

Browse files
committed
Add some missing ICVar func names.
(cherry picked from commit 6ef5dfa)
1 parent 6c0d111 commit 4e0975a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/icvar.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ abstract_class ICvar : public IAppSystem
122122
virtual bool HasQueuedMaterialThreadConVarSets() const = 0;
123123
virtual int ProcessQueuedMaterialThreadConVarSets() = 0;
124124

125-
virtual void UnknownFunc1() = 0;
126-
virtual void UnknownFunc2() = 0;
127-
virtual void UnknownFunc3() = 0;
125+
virtual void QueueMaterialThreadSetConCommand( ConCommand *pConCommand ) = 0;
126+
virtual bool HasQueuedMaterialThreadConCommandSets() const = 0;
127+
virtual int ProcessQueuedMaterialThreadConCommandSets() = 0;
128128

129129
protected: class ICVarIteratorInternal;
130130
public:

0 commit comments

Comments
 (0)