|
Orxonox
0.0.5 Codename: Arcturus
|
#include "DeleteObjects.h"#include <cassert>#include "util/Output.h"#include "network/synchronisable/Synchronisable.h"Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
| orxonox::packet | |
Macros | |
| #define | _OBJECTIDS _QUANTITY + sizeof(uint32_t) |
| #define | _PACKETID 0 |
| #define | _QUANTITY _PACKETID + sizeof(Type) |
| #define | PACKET_FLAG_DELETE PacketFlag::Reliable |
| #define _OBJECTIDS _QUANTITY + sizeof(uint32_t) |
| #define _PACKETID 0 |
| #define _QUANTITY _PACKETID + sizeof(Type) |
| #define PACKET_FLAG_DELETE PacketFlag::Reliable |
1.8.11