mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref: remove renderer description export, it's unused now
This commit is contained in:
@@ -621,9 +621,6 @@ typedef struct ref_interface_s
|
||||
typedef int (*REFAPI)( int version, ref_interface_t *pFunctionTable, ref_api_t* engfuncs, ref_globals_t *pGlobals );
|
||||
#define GET_REF_API "GetRefAPI"
|
||||
|
||||
typedef void (*REF_HUMANREADABLE_NAME)( char *out, size_t len );
|
||||
#define GET_REF_HUMANREADABLE_NAME "GetRefHumanReadableName"
|
||||
|
||||
#ifdef REF_DLL
|
||||
#define DEFINE_ENGINE_SHARED_CVAR( x, y ) cvar_t *x = NULL;
|
||||
#define DECLARE_ENGINE_SHARED_CVAR( x, y ) extern cvar_t *x;
|
||||
|
||||
Reference in New Issue
Block a user