mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Add missing CommandTarget_t
This commit is contained in:
parent
a8c0e4f903
commit
9429c5a6c5
@ -64,6 +64,12 @@ private:
|
|||||||
private:
|
private:
|
||||||
static const uint32 kInvalidConVarHandle = 0xFFFFFFFF;
|
static const uint32 kInvalidConVarHandle = 0xFFFFFFFF;
|
||||||
} ALIGN8_POST;
|
} ALIGN8_POST;
|
||||||
|
enum CommandTarget_t
|
||||||
|
{
|
||||||
|
CT_NO_TARGET = -1,
|
||||||
|
CT_FIRST_SPLITSCREEN_CLIENT = 0,
|
||||||
|
CT_LAST_SPLITSCREEN_CLIENT = 3,
|
||||||
|
};
|
||||||
|
|
||||||
class CCommandContext
|
class CCommandContext
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user