New ttrts-gen target to generate game files
This commit is contained in:
parent
a75e6e290d
commit
870f459f75
5 changed files with 67 additions and 1 deletions
|
@ -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); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue