![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <fc_config.h>#include "version.h"#include "fcintl.h"#include "shared.h"#include "support.h"#include "fc_version.h"
Include dependency graph for version.cpp:Go to the source code of this file.
Functions | |
| const char * | freeciv21_version () |
| Returns the raw version string. More... | |
| const char * | freeciv_name_version () |
| Return string containing both name of Freeciv21 and version. More... | |
| const char* freeciv21_version | ( | ) |
Returns the raw version string.
Definition at line 29 of file version.cpp.
Referenced by begin_metaserver_scan(), client_main(), create_ruleset_file(), freeciv_name_version(), log_civ_score_now(), main(), manual_command(), netfile_download_file_core(), options_save(), page_main::page_main(), parse_metaserver_data(), ruledit_gui::ruledit_gui(), send_metaserver_post(), send_to_metaserver(), mpgui::setup(), sg_save_savefile(), and write_init_script().
| const char* freeciv_name_version | ( | ) |
Return string containing both name of Freeciv21 and version.
Definition at line 34 of file version.cpp.
Referenced by api_utilities_fc_version(), client_main(), establish_new_connection(), insert_generated_text(), and main().