contains main() and handling of command line arguments. More...
#include "config.h"#include "fileformat/EsmFile.h"#include "fileformat/Reporter/HtmlReporter.h"#include "gui/mainWindow.h"#include <QtCore/QByteArray>#include <QtCore/QFile>#include <QtCore/QLocale>#include <QtCore/QString>#include <QtCore/QTextStream>#include <QtCore/QTranslator>#include <QtGui/QApplication>
Functions | |
| template<typename T > | |
| int | main2 (int argc, char **argv) |
| int | main (int argc, char **argv) |
contains main() and handling of command line arguments.
readesm mainly defines which files to read and parse. The actual parsing of files is described in DataDefinitions.xml and the information about the parsing of the individual blocks just there.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int main2 | ( | int | argc, |
| char ** | argv | ||
| ) |
1.7.3