diff options
Diffstat (limited to 'source/g_public.h')
-rw-r--r-- | source/g_public.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/source/g_public.h b/source/g_public.h index e8b3b8b..abbdc00 100644 --- a/source/g_public.h +++ b/source/g_public.h @@ -38,6 +38,10 @@ SOLID_BBOX, // touch on edge SOLID_BSP // bsp clip, touch on edge } solid_t; +// extended features + +#define GAME_FEATURE_CLIENTNUM 1 + //=============================================================== // link_t is only used for entity area links now @@ -234,10 +238,3 @@ typedef struct int max_edicts; } game_export_t; -#define CLIENT_EXT_NUMBER 1 - -// extended API -typedef struct gameAPI_s { - int client_ext; -} gameAPI_t; - |