mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-03 07:36:20 -04:00

Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com> Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
43 lines
735 B
C++
43 lines
735 B
C++
#if !defined(AFX_ABOUTDLG_H)
|
|
#define AFX_ABOUTDLG_H
|
|
|
|
#include "compat.h"
|
|
#include "res/resource.h"
|
|
|
|
#include <QDialog>
|
|
|
|
namespace Ui
|
|
{
|
|
class AboutDialog;
|
|
}
|
|
|
|
// VTABLE: CONFIG 0x00406308
|
|
// SIZE 0x60
|
|
class CAboutDialog : public QDialog {
|
|
public:
|
|
CAboutDialog();
|
|
|
|
protected:
|
|
/*void DoDataExchange(CDataExchange* pDX) override;*/
|
|
|
|
protected:
|
|
Ui::AboutDialog* m_ui;
|
|
};
|
|
|
|
// SYNTHETIC: CONFIG 0x00403cb0
|
|
// CAboutDialog::`scalar deleting destructor'
|
|
|
|
// FUNCTION: CONFIG 0x00403d30
|
|
// CAboutDialog::_GetBaseMessageMap
|
|
|
|
// FUNCTION: CONFIG 0x00403d40
|
|
// CAboutDialog::GetMessageMap
|
|
|
|
// GLOBAL: CONFIG 0x00406100
|
|
// CAboutDialog::messageMap
|
|
|
|
// GLOBAL: CONFIG 0x00406108
|
|
// CAboutDialog::_messageEntries
|
|
|
|
#endif // !defined(AFX_ABOUTDLG_H)
|