Uncomment

Uncomment, was commented previously due to the lack of the CUtlString class.
This commit is contained in:
Kawe Mazidjatari 2023-08-21 18:52:05 +02:00
parent 545ccac064
commit c3bc8345f7

View File

@ -6,6 +6,7 @@
//-----------------------------------------------------------------------------
class IConVar;
class CCommand;
class CUtlString;
//-----------------------------------------------------------------------------
// Command to ConVars and ConCommands
@ -88,7 +89,7 @@ public:
class ICommandCompletionCallback
{
public:
//virtual int CommandCompletionCallback(const char* pPartial, CUtlVector< CUtlString > &commands) = 0;
virtual int CommandCompletionCallback(const char* pPartial, CUtlVector< CUtlString > &commands) = 0;
};
//-----------------------------------------------------------------------------