#pragma once #include namespace MassShoot { namespace StoryTools { void LaunchTitle(std::string title, std::string subtitle = ""); void DisplayTitle(std::string title, std::string subtitle = ""); } }