mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 19:12:51 +00:00
Added friend class to ConCommand to gain access to callbacks.
This commit is contained in:
parent
8b4b6f93e4
commit
453f5c0be7
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ inline const char *CCommand::operator[]( int nIndex ) const
|
|||
//-----------------------------------------------------------------------------
|
||||
class ConCommand : public ConCommandBase
|
||||
{
|
||||
friend class CConCommandHook;
|
||||
friend class CCvar;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue