MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / coin_copy

Function coin_copy

samples/shared/lodepng.cpp:684–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684static void coin_copy(Coin* c1, const Coin* c2)
685{
686 c1->weight = c2->weight;
687 uivector_copy(&c1->symbols, &c2->symbols);
688}
689
690static void add_coins(Coin* c1, const Coin* c2)
691{

Callers 1

Calls 1

uivector_copyFunction · 0.85

Tested by

no test coverage detected