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

Function init_coins

samples/shared/lodepng.cpp:697–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697static void init_coins(Coin* coins, size_t num)
698{
699 size_t i;
700 for(i = 0; i < num; i++) coin_init(&coins[i]);
701}
702
703static void cleanup_coins(Coin* coins, size_t num)
704{

Callers 1

Calls 1

coin_initFunction · 0.85

Tested by

no test coverage detected