tools/MissionsEditor/main.cpp
branch0.9.14
changeset 4271 3fa9eb4d25b9
parent 4268 cc20f79361d8
child 4273 4035d5b78eeb
child 4274 8292066cb45c
--- a/tools/MissionsEditor/main.cpp	Sat Nov 13 12:07:17 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#include <QtGui/QApplication>
-#include "editor.h"
-
-int main(int argc, char *argv[])
-{
-    QApplication a(argc, argv);
-    editor w;
-    w.show();
-    return a.exec();
-}