Commit 31550dc3 by grlabu

Upload New File

parent 90d52da5
Showing with 27 additions and 0 deletions
#ifndef BOSSFIGHTEND_H
#define BOSSFIGHTEND_H
#include <QDialog>
namespace Ui {
class BossFightEnd;
}
class BossFightEnd : public QDialog
{
Q_OBJECT
public:
explicit BossFightEnd(QWidget *parent = nullptr);
~BossFightEnd();
private slots:
void on_pushButton_2_clicked();
void on_pushButton_clicked();
private:
Ui::BossFightEnd *ui;
};
#endif // BOSSFIGHTEND_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