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

Function coin_init

samples/shared/lodepng.cpp:673–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671} Coin;
672
673static void coin_init(Coin* c)
674{
675 uivector_init(&c->symbols);
676}
677
678/*argument c is void* so that this dtor can be given as function pointer to the vector resize function*/
679static void coin_cleanup(void* c)

Callers 1

init_coinsFunction · 0.85

Calls 1

uivector_initFunction · 0.85

Tested by

no test coverage detected