feat: added native dispatcher impl

This commit is contained in:
2025-11-18 19:56:17 +01:00
parent 848a03263a
commit 1c3afef164

View File

@@ -11,7 +11,7 @@ namespace fxn
{
void NativeDispatcher(fxn::NativeContext* context, std::uint64_t nativeHash)
{
FxnManager::DispatchNative(context, nativeHash);
}
void* CreateNativeDispatcher(std::uint64_t nativeHash)