summaryrefslogtreecommitdiff
path: root/src/game/g_public.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-09-16 21:05:30 +0200
committer/dev/humancontroller <devhc@example.com>2017-09-16 21:24:55 +0200
commit0ec47fd7d8c7ffbf962b3e5105f26bc677a639a3 (patch)
tree7321558c918796a8c94fa7681e8a3f95b78f05a1 /src/game/g_public.h
parentf48a7610eef092d8ce5c6b2ae761571745a9db3e (diff)
implement !control
Diffstat (limited to 'src/game/g_public.h')
-rw-r--r--src/game/g_public.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game/g_public.h b/src/game/g_public.h
index e1e01d7..7ecbaea 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;