1
0
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:
GAMMACASE
2023-09-04 00:01:21 +03:00
committed by Nicholas Hastings
parent a8c0e4f903
commit 9429c5a6c5

View File

@ -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
{