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