Console: Add Config() getter as in other classes

This commit is contained in:
Alexander Akulich 2021-12-15 02:26:49 +03:00
parent 145816b046
commit 9d3594205d

View file

@ -194,6 +194,8 @@ class CConsole : public IConsole
CCommand *FindCommand(const char *pName, int FlagMask);
public:
CConfig *Config() { return m_pConfig; }
CConsole(int FlagMask);
~CConsole();