MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ReadInt16

Method ReadInt16

PanzerChasm/save_load_streams.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void LoadStream::ReadInt16 ( int16_t & i )
63{
64 Read(i);
65}
66
67void LoadStream::ReadUInt16( uint16_t& i )
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected