Commit 6afa64de by grlabu

Upload New File

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