| 415 | /////////////////////////////////////////// |
| 416 | |
| 417 | void platform_msgbox_err(const char* text, const char* header) { |
| 418 | log_warn("No messagebox capability for this platform!"); |
| 419 | } |
| 420 | |
| 421 | /////////////////////////////////////////// |
| 422 |
no test coverage detected