QTfrontend/AutoUpdater.cpp
author smaxx
Mon, 23 Aug 2010 16:29:12 +0200
changeset 3758 80007c41c35e
parent 2266 289dc8e51210
permissions -rw-r--r--
Frontend: * Simplified the code to setup config structure and prepared it to enable user accessible asset directories * Renamed team file extensions from ".ini" to ".hwt" (Hedgewars Team) * Added campaign progress to teams (I know, no campaign ... yet)

/*
 * Copyright (C) 2008 Remko Troncon
 */

#include "AutoUpdater.h"

AutoUpdater::~AutoUpdater()
{
}