feat: added native dispatch function to manager

This commit is contained in:
2025-11-18 19:55:56 +01:00
parent a0e8d7304a
commit 848a03263a

View File

@@ -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();