raze-gles/source/core/d_ticcmd.h
Christoph Oelckers b289e6bc5e - cleanup.
2020-09-13 19:27:05 +02:00

12 lines
199 B
C

#pragma once
#include "d_protocol.h"
#include "packet.h"
struct ticcmd_t
{
InputPacket ucmd;
uint16_t consistency; // checks for net game
};
FArchive &operator<< (FArchive &arc, ticcmd_t &cmd);