mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Cleanup xash3d_types.h from engine-specific macros and types
This commit is contained in:
@@ -107,6 +107,12 @@ int matchpattern_with_separator( const char *in, const char *pattern, qboolean c
|
||||
//
|
||||
// dllhelpers.c
|
||||
//
|
||||
typedef struct dllfunc_s
|
||||
{
|
||||
const char *name;
|
||||
void **func;
|
||||
} dllfunc_t;
|
||||
|
||||
void ClearExports( const dllfunc_t *funcs, size_t num_funcs );
|
||||
qboolean ValidateExports( const dllfunc_t *funcs, size_t num_funcs );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user