added forgotten files
This commit is contained in:
@@ -26,11 +26,11 @@ public:
|
||||
static CInterfaceRegistry __Create##interfaceName##_registry( functionName, versionName );
|
||||
|
||||
#define EXPOSE_INTERFACE_GLOBALVAR( className, interfaceName, versionName, globalVarName ) \
|
||||
static void *__Create##interfaceName##_interface() { return ( interfaceName* )( &globalVarName ); }; \
|
||||
static void *__Create##className##_interface() { return ( interfaceName* )( &globalVarName ); }; \
|
||||
static CInterfaceRegistry __Create##interfaceName##_registry( __Create##className##_interface, versionName );
|
||||
|
||||
|
||||
void *CreateInterface( const char *szName, int *pReturnCode );
|
||||
DLL_EXPORT void *CreateInterface( const char *szName, int *pReturnCode );
|
||||
|
||||
CreateInterfaceFn Sys_GetFactory( void *pLibrary );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user