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

Function ReadStringConst

source/core/d_protocol.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52const char *ReadStringConst(uint8_t **stream)
53{
54 const char *string = *((const char **)stream);
55 *stream += strlen (string) + 1;
56 return string;
57}
58
59int ReadByte (uint8_t **stream)
60{

Callers 1

changeMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected