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

Method doDrawTop

common/Screen.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#if defined(__3DS__)
31
32void Screen::doDrawTop() const
33{
34 drawTop();
35 if (currentOverlay) {
36 currentOverlay->drawTop();
37 }
38}
39
40void Screen::doDrawBottom() const
41{

Callers 1

mainFunction · 0.80

Calls 1

drawTopMethod · 0.45

Tested by

no test coverage detected