0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-25 16:31:19 +00:00
raze-gles/source/core/d_ticcmd.h

13 lines
199 B
C
Raw Normal View History

2020-09-13 17:27:05 +00:00
#pragma once
#include "d_protocol.h"
#include "packet.h"
struct ticcmd_t
{
InputPacket ucmd;
2020-09-13 17:27:05 +00:00
uint16_t consistency; // checks for net game
};
FArchive &operator<< (FArchive &arc, ticcmd_t &cmd);