diff --git a/src/detail/fxn.hpp b/src/detail/fxn.hpp index f52b7c4..42bec69 100644 --- a/src/detail/fxn.hpp +++ b/src/detail/fxn.hpp @@ -20,6 +20,8 @@ namespace fxn static FxnManager& GetInstance(); static void Destroy(); + static void DispatchNative(fxn::NativeContext* context, NativeHash hash); + public: void Initialize(); void Shutdown();