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

Function cleanup_coins

src/lodepng.cpp:686–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686static void cleanup_coins(Coin* coins, size_t num)
687{
688 size_t i;
689 for(i = 0; i < num; i++) coin_cleanup(&coins[i]);
690}
691
692static int coin_compare(const void* a, const void* b) {
693 float wa = ((const Coin*)a)->weight;

Callers 1

Calls 1

coin_cleanupFunction · 0.85

Tested by

no test coverage detected