Commit 90d52da5 by grlabu

Upload New File

parent fedd6868
Showing with 27 additions and 0 deletions
#ifndef BOSSDEFEATED_H
#define BOSSDEFEATED_H
#include <QDialog>
namespace Ui {
class BossDefeated;
}
class BossDefeated : public QDialog
{
Q_OBJECT
public:
explicit BossDefeated(QWidget *parent = nullptr);
~BossDefeated();
private slots:
void on_pushButton_2_clicked();
void on_pushButton_clicked();
private:
Ui::BossDefeated *ui;
};
#endif // BOSSDEFEATED_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment