#include <iostream>#include "version.h"#include "settings.h"#include "serverlist.h"#include "filesys.h"#include "log.h"#include "network/networkprotocol.h"#include <json/json.h>#include "convert_json.h"#include "httpfetch.h"#include "server.h"
Include dependency graph for serverlist.cpp:Namespaces | |
| namespace | ServerList |
Functions | |
| void | ServerList::sendAnnounce (AnnounceAction action, const u16 port, const std::vector< std::string > &clients_names, const double uptime, const u32 game_time, const float lag, const std::string &gameid, const std::string &mg_name, const std::vector< ModSpec > &mods, bool dedicated) |