feat: added native dispatcher header
This commit is contained in:
7
src/detail/dispatcher.hpp
Normal file
7
src/detail/dispatcher.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace fxn
|
||||
{
|
||||
void* CreateNativeDispatcher(std::uint64_t nativeHash);
|
||||
}
|
||||
Reference in New Issue
Block a user