New ttrts-gen target to generate game files

This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:02 +00:00
parent a75e6e290d
commit 870f459f75
5 changed files with 67 additions and 1 deletions

View file

@ -92,6 +92,7 @@ public:
// Set the game name
// NOTE: Names with spaces not allowed
inline std::string SetName( const std::string& in ) { return (name = in); }
inline std::string GetName() const { return name; }
// Set the turn of the game
inline int SetTurn( int in ) { return (turn = in); }