#include <fc_config.h>
#include <cstdlib>
#include <QCoreApplication>
#include <QString>
#include "fcintl.h"
#include "version.h"
#include "download.h"
#include "mpcmdline.h"
#include "mpdb.h"
#include "modinst.h"
Go to the source code of this file.
|
| static void | msg_callback (const QString &msg) |
| | Progress indications from downloader. More...
|
| |
| static void | setup_modpack_list (const QString &name, const QUrl &url, const QString &version, const QString &license, enum modpack_type type, const QString &subtype, const QString ¬es) |
| | Build main modpack list view. More...
|
| |
| int | main (int argc, char *argv[]) |
| | Entry point of the freeciv-modpack program. More...
|
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Entry point of the freeciv-modpack program.
Definition at line 83 of file mpcli.cpp.
◆ msg_callback()
| static void msg_callback |
( |
const QString & |
msg | ) |
|
|
static |
◆ setup_modpack_list()
| static void setup_modpack_list |
( |
const QString & |
name, |
|
|
const QUrl & |
url, |
|
|
const QString & |
version, |
|
|
const QString & |
license, |
|
|
enum modpack_type |
type, |
|
|
const QString & |
subtype, |
|
|
const QString & |
notes |
|
) |
| |
|
static |
Build main modpack list view.
Definition at line 50 of file mpcli.cpp.
Referenced by main().
◆ fcmp