Maps:
* Added Palewolf's Spanish translation for Basketball's script
* Added Knockball's directory to directories to be installed
#include <QtGui/QApplication>
#include "editor.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
editor w;
w.show();
return a.exec();
}