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

Function init_coins

src/lodepng.cpp:680–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680static void init_coins(Coin* coins, size_t num)
681{
682 size_t i;
683 for(i = 0; i < num; i++) coin_init(&coins[i]);
684}
685
686static void cleanup_coins(Coin* coins, size_t num)
687{

Callers 1

Calls 1

coin_initFunction · 0.85

Tested by

no test coverage detected