QTfrontend/AutoUpdater.cpp
author nemo
Thu, 17 Jun 2010 11:41:38 -0400
changeset 3509 d72c2219595d
parent 2266 289dc8e51210
permissions -rw-r--r--
Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag) Add a basic patch for downscaling LandPixels to save memory on mobile devices. Probably could use more optimisation in the pixel writes to avoid redundant writes.

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

#include "AutoUpdater.h"

AutoUpdater::~AutoUpdater()
{
}