#ifndef STATISTICSGRAPHICS_H #define STATISTICSGRAPHICS_H #include #include namespace Statistics { namespace Graphics { std::string AskForPlayerNamePrompt(); std::string MessageScoreSavedPrompt(); using total_stats_display_data_t = std::tuple; std::string TotalStatisticsOverlay(total_stats_display_data_t tsdd); } // namespace Graphics } // namespace Statistics #endif