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