Orxonox
0.0.5 Codename: Arcturus
|
#include "network/NetworkPrereqs.h"
#include <cassert>
#include <cstring>
#include <list>
#include <vector>
#include "util/CRC32.h"
#include "network/TrafficControl.h"
#include "Packet.h"
Go to the source code of this file.
Classes | |
class | orxonox::packet::Gamestate |
class | orxonox::packet::GamestateHeader |
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
orxonox::packet | |
Variables | |
static constexpr uint8_t | orxonox::packet::GAMESTATE_MODE_CLIENT = 0x2 |
static constexpr uint8_t | orxonox::packet::GAMESTATE_MODE_SERVER = 0x1 |