feat: added native dispatch function to manager
This commit is contained in:
@@ -20,6 +20,8 @@ namespace fxn
|
|||||||
static FxnManager& GetInstance();
|
static FxnManager& GetInstance();
|
||||||
static void Destroy();
|
static void Destroy();
|
||||||
|
|
||||||
|
static void DispatchNative(fxn::NativeContext* context, NativeHash hash);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void Initialize();
|
void Initialize();
|
||||||
void Shutdown();
|
void Shutdown();
|
||||||
|
|||||||
Reference in New Issue
Block a user