update some files for new graphics and new ios4.2
most importantly rotation finally seems to work on iphone
also fix two glitches for old gen devices
/*
* Copyright (C) 2008 Remko Troncon
*/
#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H
class AutoUpdater
{
public:
virtual ~AutoUpdater();
virtual void checkForUpdates() = 0;
};
#endif