mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Update icommandline.h (#277)
This commit is contained in:
parent
fecc02ac80
commit
e0e01948b8
@ -1,4 +1,4 @@
|
|||||||
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
|
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
|
||||||
//
|
//
|
||||||
// Purpose:
|
// Purpose:
|
||||||
//
|
//
|
||||||
@ -41,8 +41,8 @@ public:
|
|||||||
virtual bool HasParm( const char *parm ) = 0;
|
virtual bool HasParm( const char *parm ) = 0;
|
||||||
|
|
||||||
// Additions in 9247927 (2024-10-11)
|
// Additions in 9247927 (2024-10-11)
|
||||||
virtual void CreateCmdLine( const char *commandline, bool unknown ) = 0;
|
virtual void CreateCmdLine1( const char *commandline, bool unknown ) = 0;
|
||||||
virtual void CreateCmdLine( int argc, char **argv, bool unknown ) = 0;
|
virtual void CreateCmdLine1( int argc, char **argv, bool unknown ) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user