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

Function coin_copy

src/lodepng.cpp:667–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667static void coin_copy(Coin* c1, const Coin* c2)
668{
669 c1->weight = c2->weight;
670 uivector_copy(&c1->symbols, &c2->symbols);
671}
672
673static void add_coins(Coin* c1, const Coin* c2)
674{

Callers 1

Calls 1

uivector_copyFunction · 0.85

Tested by

no test coverage detected