7 lines
116 B
C++
7 lines
116 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
namespace fxn
|
|
{
|
|
void* CreateNativeDispatcher(std::uint64_t nativeHash);
|
|
} |