freg
0.3
Free-Roaming Elementary Game
|
#include <QTranslator>
#include <QSettings>
#include <QDir>
#include <QTime>
#include <QCommandLineParser>
#include <QLockFile>
#include "World.h"
#include "Player.h"
#include "worldmap.h"
#include "CraftManager.h"
#include <QApplication>
Go to the source code of this file.
Typedefs | |
typedef QApplication | Application |
Functions | |
int | main (int argc, char **argv) |
Variables | |
const QString | home_path = "" |
typedef QApplication Application |