5 lines
86 B
C++
5 lines
86 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void outputDecoratedSavedGame(std::string savedGame); |