mdelibs/include/MDE/Core/AboutDialog.h

18 lines
299 B
C
Raw Normal View History

2025-11-25 05:31:58 +09:00
#ifndef __MDE_CORE_ABOUTIALOG_H__
#define __MDE_CORE_ABOUTIALOG_H__
#include <MDE/MachDep.h>
2025-11-25 11:15:35 +09:00
#include <Mw/Milsko.h>
2025-11-25 05:31:58 +09:00
#ifdef __cplusplus
extern "C" {
#endif
MwWidget MDEAboutDialog(MwWidget handle, const char* appname, const char* version, MwLLPixmap pixmap);
#ifdef __cplusplus
}
#endif
#endif