Removed unnecessary #include.
This commit is contained in:
parent
0074550f57
commit
3a9576f109
@ -24,11 +24,12 @@
|
||||
* Represents a server that is joinable
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
#include <irrString.h>
|
||||
#include "io/xml_node.hpp"
|
||||
#include "utils/types.hpp"
|
||||
|
||||
#include <irrString.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
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;
|
||||
// ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user