complete the replacement of init/free wrappers for every unit
iphone frontend smaller fixes
symbol TOUCHINPUT deprecated
revision of some sdl1.3 code
#include <QApplication>
#include "mainform.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MyWindow *mainWin = new MyWindow;
mainWin->show();
return app.exec();
}