1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
vcmi/mapeditor/mapsettings.h

23 lines
285 B
C
Raw Normal View History

2022-09-04 02:12:33 +02:00
#ifndef MAPSETTINGS_H
#define MAPSETTINGS_H
#include <QDialog>
namespace Ui {
class MapSettings;
}
class MapSettings : public QDialog
{
Q_OBJECT
public:
explicit MapSettings(QWidget *parent = nullptr);
~MapSettings();
private:
Ui::MapSettings *ui;
};
#endif // MAPSETTINGS_H