MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / exit

Method exit

3ds/source/gui.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Gui::exit(void)
54{
55 if (spritesheet) {
56 C2D_SpriteSheetFree(spritesheet);
57 }
58 C2D_Fini();
59 C3D_Fini();
60}
61
62void Gui::frameEnd(void)
63{

Callers 4

find_toolFunction · 0.45
text_rangeFunction · 0.45
load_symbolsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected