mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 07:19:02 +02:00
Added CreateInterface typedef to new interaces.h
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user