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

Function coin_init

src/lodepng.cpp:656–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654} Coin;
655
656static void coin_init(Coin* c)
657{
658 uivector_init(&c->symbols);
659}
660
661/*argument c is void* so that this dtor can be given as function pointer to the vector resize function*/
662static void coin_cleanup(void* c)

Callers 1

init_coinsFunction · 0.85

Calls 1

uivector_initFunction · 0.85

Tested by

no test coverage detected