#include <SDL_net.h>
#include <SDL_thread.h>
#include <list>
#include <string>
#include "distant_cpu.h"
#include "../include/action.h"
#include "../include/base.h"
#include "../menu/network_menu.h"
Include dependency graph for network.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Network |
Variables | |
const std::string | WORMUX_NETWORK_PORT = "9999" |
const uint | WORMUX_NETWORK_PORT_INT = 9999 |
Network | network |
Definition at line 41 of file network.cpp.
const std::string WORMUX_NETWORK_PORT = "9999" |
const uint WORMUX_NETWORK_PORT_INT = 9999 |