diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-08-15 21:10:45 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-08-15 21:10:45 +0000 |
commit | 973f693af765ecfb2007398fb023a07bc4685030 (patch) | |
tree | f7610f12a0ad02ce95661d3d0757346f69308769 /source/g_public.h | |
parent | d876b69b388528fd3236f2f05caac22345a798f4 (diff) |
Added --hard-link option to configure.
Link in assembly version of BoxOnPlaneSide.
Added simple game DLL interface for describing enhanced features.
Changed some renderer algorithms to do half of the
recurion path in simple cylce.
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; - |