mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
b2a7a0635b
Also renaming members of struct BUSY.
11 lines
146 B
C
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
|
|
};
|
|
|