iLand
|
#include <QApplication>
#include "mainwindow.h"
#include "../3rdparty/MersenneTwister.h"
#include "globalsettings.h"
#include "debugtimer.h"
Functions | |
MTRand & | mtRand () |
bool | logLevelDebug () |
bool | logLevelInfo () |
bool | logLevelWarning () |
void | setLogLevel (int loglevel) |
int | main (int argc, char *argv[]) |
Variables | |
MTRand | _mtrand |
int | _loglevel =0 |
bool logLevelDebug | ( | ) |
bool logLevelInfo | ( | ) |
bool logLevelWarning | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
MTRand & mtRand | ( | ) |
void setLogLevel | ( | int | loglevel | ) |
int _loglevel =0 |
MTRand _mtrand |