MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / ~StatusBox

Method ~StatusBox

src/status_box.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52StatusBox::~StatusBox() {
53 delete (clock);
54 SDL_DestroyMutex(mutex);
55}
56
57void StatusBox::show(const std::string &title, const std::string &message, bool inf, bool drawNow) {
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected