mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fixed types of InterfaceGlobals_t
This commit is contained in:
parent
98bb9b4655
commit
70057aca05
@ -7,9 +7,11 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Mapping of interface string to globals
|
||||
//-----------------------------------------------------------------------------
|
||||
typedef void* (*InstantiateInterfaceFn)();
|
||||
|
||||
struct InterfaceGlobals_t
|
||||
{
|
||||
std::int64_t(*m_pInterfacePtr)(void);
|
||||
InstantiateInterfaceFn m_pInterfacePtr;
|
||||
const char* m_pInterfaceName;
|
||||
std::int64_t* m_pNextInterfacePtr;
|
||||
InterfaceGlobals_t* m_pNextInterfacePtr;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user