]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/serverlist.h
Limit speed in collisionMoveResult for avoiding hangs
[dragonfireclient.git] / src / serverlist.h
index 52549e97a78e527f9dc3ca1ca5e9c2f1080e079b..d01415c504c845496fdbb58214cd1ff559c5477d 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -39,7 +39,7 @@ namespace ServerList
        std::vector<ServerListSpec> deSerializeJson(std::string liststring);
        std::string serializeJson(std::vector<ServerListSpec>);
        #if USE_CURL
-       void sendAnnounce(std::string action = "", u16 clients = 0);
+       void sendAnnounce(std::string action = "", u16 clients = 0, double uptime = 0, std::string gameid = "");
        #endif
 } //ServerList namespace