about dialog
This commit is contained in:
parent
86cb181e36
commit
6a27bfaf28
9 changed files with 92 additions and 9 deletions
18
include/MDE/Core/AboutDialog.h
Normal file
18
include/MDE/Core/AboutDialog.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef __MDE_CORE_ABOUTIALOG_H__
|
||||
#define __MDE_CORE_ABOUTIALOG_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
MwWidget MDEAboutDialog(MwWidget handle, const char* appname, const char* version, MwLLPixmap pixmap);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __MDE_DIRECTORY_H__
|
||||
#define __MDE_DIRECTORY_H__
|
||||
#ifndef __MDE_CORE_DIRECTORY_H__
|
||||
#define __MDE_CORE_DIRECTORY_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __MDE_FILE_H__
|
||||
#define __MDE_FILE_H__
|
||||
#ifndef __MDE_CORE_FILE_H__
|
||||
#define __MDE_CORE_FILE_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __MDE_STRING_H__
|
||||
#define __MDE_STRING_H__
|
||||
#ifndef __MDE_CORE_STRING_H__
|
||||
#define __MDE_CORE_STRING_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __MDE_USERS_H__
|
||||
#define __MDE_USERS_H__
|
||||
#ifndef __MDE_CORE_USERS_H__
|
||||
#define __MDE_CORE_USERS_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#include <MDE/Core/String.h>
|
||||
#include <MDE/Core/Users.h>
|
||||
#include <MDE/Core/Directory.h>
|
||||
#include <MDE/Core/AboutDialog.h>
|
||||
|
||||
#include <MDE/Audio/Audio.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue