MCPcopy Create free account
hub / github.com/ZDoom/Raze / ReadWord

Function ReadWord

source/core/d_protocol.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int ReadWord (uint8_t **stream)
67{
68 short v = (((*stream)[0]) << 8) | (((*stream)[1]));
69 *stream += 2;
70 return v;
71}
72
73int ReadLong (uint8_t **stream)
74{

Callers 1

ReadTicCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected