mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Uncomment
Uncomment, was commented previously due to the lack of the CUtlString class.
This commit is contained in:
parent
545ccac064
commit
c3bc8345f7
@ -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;
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user