mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Added CreateInterface typedef to new interaces.h
This commit is contained in:
parent
d5a2c2de09
commit
daf1cfe14d
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "tier0/interface.h"
|
||||
#include "vpc/interfaces.h"
|
||||
|
||||
class CEngineAPI
|
||||
{
|
||||
|
@ -47,6 +47,7 @@ enum class InterfaceStatus_t : int
|
||||
//-----------------------------------------------------------------------------
|
||||
// Mapping of interface string to globals
|
||||
//-----------------------------------------------------------------------------
|
||||
typedef void* (*CreateInterfaceFn)(const char* pName, int* pReturnCode);
|
||||
typedef void* (*InstantiateInterfaceFn)();
|
||||
struct InterfaceGlobals_t
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user