isle-portable/CONFIG/qt/AboutDlg.cpp
2025-09-06 13:44:38 +02:00

16 lines
268 B
C++

#include "AboutDlg.h"
#include "decomp.h"
#include <ui_about.h>
DECOMP_SIZE_ASSERT(CDialog, 0x60)
DECOMP_SIZE_ASSERT(CAboutDialog, 0x60)
// FUNCTION: CONFIG 0x00403c20
CAboutDialog::CAboutDialog() : QDialog()
{
m_ui = new Ui::AboutDialog;
m_ui->setupUi(this);
}