diff options
author | /dev/humancontroller <devhc@example.com> | 2017-08-14 14:10:11 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-08-28 23:23:25 +0200 |
commit | ee0867e45271c6864d9c505d343018ba2fa992ea (patch) | |
tree | a5442bbbb7c38852af283268ac2b9bfcec325237 /src/game/g_public.h | |
parent | 3d980bbbc25f21f5d7d8d128f7b2044a9400280b (diff) |
implement the placeholder client shit
TODO: to review, debug, etc this change; and amend this description
Diffstat (limited to 'src/game/g_public.h')
-rw-r--r-- | src/game/g_public.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game/g_public.h b/src/game/g_public.h index 2e280a2d..c9fb046e 100644 --- a/src/game/g_public.h +++ b/src/game/g_public.h @@ -227,7 +227,10 @@ typedef enum { G_SEND_GAMESTAT, G_ADDCOMMAND, - G_REMOVECOMMAND + G_REMOVECOMMAND, + + G_INSTALL_PLACEHOLDER_CLIENT, + G_SET_CLIENT_VIEW_ENTITY, } gameImport_t; |