raze-gles/source/core/d_ticcmd.h
Christoph Oelckers b2a7a0635b - Blood: JSON serializer for triggers
Also renaming members of struct BUSY.
2020-11-21 20:25:06 +01:00

11 lines
146 B
C

#pragma once
#include "d_protocol.h"
#include "packet.h"
struct ticcmd_t
{
InputPacket ucmd;
uint16_t consistency; // checks for net game
};