diff --git a/src/online/server.hpp b/src/online/server.hpp index 448f0cf35..45b21f533 100644 --- a/src/online/server.hpp +++ b/src/online/server.hpp @@ -24,11 +24,12 @@ * Represents a server that is joinable */ -#include -#include -#include "io/xml_node.hpp" #include "utils/types.hpp" +#include + +#include + class XMLNode; namespace Online @@ -77,7 +78,7 @@ public: /** Initialises the object from an XML node. */ Server(const XMLNode &xml, bool is_lan); - Server(const core::stringw &name, bool is_lan, int max_players, + Server(const irr::core::stringw &name, bool is_lan, int max_players, int current_players); bool filterByWords(const irr::core::stringw words) const; // ------------------------------------------------------------------------