Safariminer 527b73afb5 rebase
2025-09-19 14:33:07 -04:00

9 lines
217 B
C++

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