#pragma once namespace F4T::MainMenu { namespace MainMenuBridge { void ForwardControllerInput(const char* a_button, const char* a_phase); void Initialize(); } }