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

Method EnsureNet

PanzerChasm/host.cpp:717–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717void Host::EnsureNet()
718{
719 if( net_ != nullptr )
720 return;
721
722 Log::Info( "Initialize net subsystem" );
723 net_.reset( new Net() );
724}
725
726void Host::ClearBeforeGameStart()
727{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected