| 50 | } |
| 51 | |
| 52 | StatusBox::~StatusBox() { |
| 53 | delete (clock); |
| 54 | SDL_DestroyMutex(mutex); |
| 55 | } |
| 56 | |
| 57 | void StatusBox::show(const std::string &title, const std::string &message, bool inf, bool drawNow) { |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected