From 057a34dbb1da67ad8355493367db481df5936cc2 Mon Sep 17 00:00:00 2001 From: slayercio Date: Tue, 18 Nov 2025 19:50:48 +0100 Subject: [PATCH] feat: added native dispatcher header --- src/detail/dispatcher.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/detail/dispatcher.hpp diff --git a/src/detail/dispatcher.hpp b/src/detail/dispatcher.hpp new file mode 100644 index 0000000..a8fc161 --- /dev/null +++ b/src/detail/dispatcher.hpp @@ -0,0 +1,7 @@ +#pragma once +#include + +namespace fxn +{ + void* CreateNativeDispatcher(std::uint64_t nativeHash); +} \ No newline at end of file