1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update ICvar::RegisterConCommand params (#60)

(cherry picked from commit 8f9e0fa602)
This commit is contained in:
Maxim Telezhenko 2019-09-02 21:23:38 +03:00 committed by Nick Hastings
parent b1d3d5b58f
commit 9f9530c54b

View File

@ -62,7 +62,7 @@ public:
virtual CVarDLLIdentifier_t AllocateDLLIdentifier() = 0;
// Register, unregister commands
virtual void RegisterConCommand( ConCommandBase *pCommandBase ) = 0;
virtual void RegisterConCommand( ConCommandBase *pCommandBase, bool unknown=true ) = 0;
virtual void UnregisterConCommand( ConCommandBase *pCommandBase ) = 0;
virtual void UnregisterConCommands( CVarDLLIdentifier_t id ) = 0;