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

@ -136,6 +136,7 @@ const char* tests()
// Test on a tiny board, whether a unit can correctly attack another
{
CTTRTSGame game( 2, 1 );
game.SetName("Test_578");
unit_id_t id;
{