| 268 | } |
| 269 | |
| 270 | void CWindow::ShowMessage(const astr_t &text, const astr_t &title) |
| 271 | { |
| 272 | SDL_Log("%s: %s\n", title.c_str(), text.c_str()); |
| 273 | } |
| 274 | |
| 275 | void CWindow::ShowMessage(const wstr_t &text, const wstr_t &title) |
| 276 | { |
no test coverage detected