| 57 | void CClientUIInterface::BannedListChanged() { return g_ui_signals.BannedListChanged(); } |
| 58 | |
| 59 | bool InitError(const bilingual_str& str) |
| 60 | { |
| 61 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR); |
| 62 | return false; |
| 63 | } |
| 64 | |
| 65 | void InitWarning(const bilingual_str& str) |
| 66 | { |
no test coverage detected