#pragma once #include "F4TServerBrowserData.h" namespace F4SE { class MessagingInterface; } namespace F4T::SessionLaunch { bool LaunchValidatedSession(const ServerBrowser::ServerEntry& a_entry, std::string& a_error); void OnF4SEMessage(F4SE::MessagingInterface::Message* a_msg); void Update(); void TryCompletePendingProfileBind(); }