ttrts/game/game.cpp

8 lines
104 B
C++
Raw Normal View History

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