#include "gui/widgets/window.h"
#include "guichanfwd.h"
#include "net/tmwserv/network.h"
#include <guichan/actionlistener.hpp>
#include <guichan/listmodel.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Server |
A server structure to keep pairs of servers and ports. More... | |
class | ServersListModel |
Server and Port List Model. More... | |
class | ServerDialog |
The server choice dialog. More... |