MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Init

Method Init

Descent3/newui_core.cpp:689–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687newuiResources::newuiResources() {}
688
689bool newuiResources::Init() {
690 int i;
691 for (i = 0; i < N_NEWUI_BMPS_TOTAL; i++) {
692 m_list[i].n_count = 0;
693 }
694
695 return true;
696}
697
698void newuiResources::Shutdown() {
699 int i;

Callers 2

newuiCore_InitFunction · 0.45
D3MusicStartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected