mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Add missing CommandTarget_t
This commit is contained in:

committed by
Nicholas Hastings

parent
a8c0e4f903
commit
9429c5a6c5
@ -64,6 +64,12 @@ private:
|
||||
private:
|
||||
static const uint32 kInvalidConVarHandle = 0xFFFFFFFF;
|
||||
} ALIGN8_POST;
|
||||
enum CommandTarget_t
|
||||
{
|
||||
CT_NO_TARGET = -1,
|
||||
CT_FIRST_SPLITSCREEN_CLIENT = 0,
|
||||
CT_LAST_SPLITSCREEN_CLIENT = 3,
|
||||
};
|
||||
|
||||
class CCommandContext
|
||||
{
|
||||
|
Reference in New Issue
Block a user