OpenClonk
C4Network2Client.cpp File Reference
#include "C4Include.h"
#include "network/C4Network2Client.h"
#include "editor/C4Console.h"
#include "gui/C4GameLobby.h"
#include "network/C4Network2.h"
#include "network/C4Network2Stats.h"
#include "player/C4PlayerList.h"
#include <thread>
#include <chrono>
Include dependency graph for C4Network2Client.cpp:

Go to the source code of this file.

Macros

#define GETPKT(type, name)
 

Macro Definition Documentation

◆ GETPKT

#define GETPKT (   type,
  name 
)
Value:
assert(pBasePkt); const type &name = \
static_cast<const type &>(*pBasePkt);