a lot of work on th map-creator

This commit is contained in:
2016-07-04 15:11:10 +02:00
parent 6243165084
commit 2935f468fc
61 changed files with 2612 additions and 3342 deletions

17
params/StairBuilder.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef STAIRBUILDER_H
#define STAIRBUILDER_H
#include <QWidget>
class StairBuilder : public QWidget
{
Q_OBJECT
public:
explicit StairBuilder(QWidget *parent = 0);
signals:
public slots:
};
#endif // STAIRBUILDER_H