Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetPacket.cpp File Reference
#include "MemDebug.h"
#include "NetPacket.h"
#include "NetLink.h"
#include "NetMsg.h"
#include "Ship.h"
#include "Game.h"

Go to the source code of this file.

Variables

const int PING_SIZE = 8
const int SHIP_LOC_SIZE = 36
const int JOIN_REQ_SIZE = 116
const int JOIN_ANN_SIZE = 116
const int QUIT_ANN_SIZE = 8

Variable Documentation

const int JOIN_ANN_SIZE = 116

Definition at line 28 of file NetPacket.cpp.

const int JOIN_REQ_SIZE = 116

Definition at line 27 of file NetPacket.cpp.

const int PING_SIZE = 8

Definition at line 25 of file NetPacket.cpp.

const int QUIT_ANN_SIZE = 8

Definition at line 29 of file NetPacket.cpp.

const int SHIP_LOC_SIZE = 36

Definition at line 26 of file NetPacket.cpp.