0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-16 12:40:38 +00:00
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
};