SuperTuxKart
|
Defines functions to easily manipulate 8-bit network destinated strings. More...
#include "network/protocol.hpp"
#include "utils/leak_check.hpp"
#include "utils/types.hpp"
#include "utils/vec3.hpp"
#include "LinearMath/btQuaternion.h"
#include "irrString.h"
#include <assert.h>
#include <stdarg.h>
#include <stdexcept>
#include <string>
#include <string.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | BareNetworkString |
Describes a chain of 8-bit unsigned integers. More... | |
class | NetworkString |
A new implementation of NetworkString, which has a fixed format: Byte 0: The type of the message, which is actually a bit field: bit 7: if set, the message needs to be handled synchronously, otherwise it can be handled by the separate protocol manager thread. More... | |
Typedefs | |
typedef unsigned char | uchar |
Defines functions to easily manipulate 8-bit network destinated strings.