MeteoIODoc 20240509.aefd3c94
MessageBoxX11.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2#ifndef MESSAGEBOXX11_H
3#define MESSAGEBOXX11_H
4
5#ifdef __linux
6void MessageBoxX11( const char* title, const char* text );
7#endif
8
9#endif