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

Method ReadDouble

PanzerChasm/save_load_streams.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void LoadStream::ReadDouble( double& f )
88{
89 Read(f);
90}
91
92void LoadStream::ReadVec2( m_Vec2& v )
93{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected