feat: added native dispatcher header

This commit is contained in:
2025-11-18 19:50:48 +01:00
parent efaa7f1088
commit 057a34dbb1

View File

@@ -0,0 +1,7 @@
#pragma once
#include <cstdint>
namespace fxn
{
void* CreateNativeDispatcher(std::uint64_t nativeHash);
}