ttrts/game/game.cpp
2014-12-16 13:12:58 +00:00

8 lines
No EOL
104 B
C++

#include "game.h"
// Initialise the game with default configuration
void CTTRTSGame::Initialise()
{
}