MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / State

Method State

src/lodepng.cpp:6112–6115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6110#ifdef LODEPNG_COMPILE_PNG
6111
6112State::State()
6113{
6114 lodepng_state_init(this);
6115}
6116
6117State::State(const State& other)
6118{

Callers

nothing calls this directly

Calls 2

lodepng_state_initFunction · 0.85
lodepng_state_copyFunction · 0.85

Tested by

no test coverage detected