QTfrontend/AutoUpdater.cpp
author smaxx
Tue, 24 Aug 2010 01:17:24 +0200
changeset 3761 f96b99f944e6
parent 2266 289dc8e51210
permissions -rw-r--r--
Engine: * Added a new script function: HogTurnLeft(int gearid, bool facesleft) to turn hogs left or right * Added a new script function: HogSay(int gearid, string text, int type) to let hogs say something using speech bubbles Campaign: * Added a simple tutorial as the first mission

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

#include "AutoUpdater.h"

AutoUpdater::~AutoUpdater()
{
}