![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <fc_config.h>#include <QFile>#include <cstdlib>#include <cstring>#include <QCommandLineParser>#include <QCoreApplication>#include "astring.h"#include "fciconv.h"#include "fcintl.h"#include "log.h"#include "registry.h"#include "support.h"#include "capstr.h"#include "connection.h"#include "events.h"#include "fc_interface.h"#include "fc_types.h"#include "game.h"#include "government.h"#include "helpdata.h"#include "improvement.h"#include "map.h"#include "movement.h"#include "player.h"#include "version.h"#include "commands.h"#include "console.h"#include "ruleset.h"#include "sernet.h"#include "settings.h"#include "srv_main.h"#include "tools_fc_interface.h"
Include dependency graph for civmanual.cpp:Go to the source code of this file.
Classes | |
| struct | tag_types |
Enumerations | |
| enum | manuals { MANUAL_SETTINGS , MANUAL_COMMANDS , MANUAL_TERRAIN , MANUAL_BUILDINGS , MANUAL_WONDERS , MANUAL_GOVS , MANUAL_UNITS , MANUAL_TECHS , MANUAL_COUNT } |
Functions | |
| static bool | manual_command (struct tag_types *tag_info) |
| Write a server manual, then quit. More... | |
| int | main (int argc, char **argv) |
| Entry point of whole freeciv-manual program. More... | |
Variables | |
| struct tag_types | html_tags |
| struct tag_types | wiki_tags |
| static QString | ruleset |
| enum manuals |
| Enumerator | |
|---|---|
| MANUAL_SETTINGS | |
| MANUAL_COMMANDS | |
| MANUAL_TERRAIN | |
| MANUAL_BUILDINGS | |
| MANUAL_WONDERS | |
| MANUAL_GOVS | |
| MANUAL_UNITS | |
| MANUAL_TECHS | |
| MANUAL_COUNT | |
Definition at line 56 of file civmanual.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point of whole freeciv-manual program.
Definition at line 641 of file civmanual.cpp.
|
static |
Write a server manual, then quit.
Definition at line 157 of file civmanual.cpp.
Referenced by main().
| struct tag_types html_tags |
Definition at line 1 of file civmanual.cpp.
Referenced by apply_tags(), and main().
|
static |
Definition at line 152 of file civmanual.cpp.
Referenced by main(), set_ruleset(), sg_load_ruleset(), and sg_load_savefile().
| struct tag_types wiki_tags |
Definition at line 1 of file civmanual.cpp.
Referenced by main().