SuperTuxKart
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
stk_host.hpp File Reference

Defines an interface to use network low-level functions easily. More...

#include "utils/stk_process.hpp"
#include "utils/synchronised.hpp"
#include "utils/time.hpp"
#include "irrString.h"
#include <enet/enet.h>
#include <atomic>
#include <cassert>
#include <cstring>
#include <list>
#include <functional>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <thread>
#include <tuple>
#include <vector>
Include dependency graph for stk_host.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STKHost
 Represents the local host. More...
 

Enumerations

enum  ENetCommandType : unsigned int { ECT_SEND_PACKET = 0 , ECT_DISCONNECT = 1 , ECT_RESET = 2 }
 

Detailed Description

Defines an interface to use network low-level functions easily.