X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;fp=mainwindow.h;h=eaf7f994361c184c1d9da1b30123b33a0c04a0da;hb=f4dacbe0a45b6d24b5c0c0f30634988c71bc321d;hp=0000000000000000000000000000000000000000;hpb=1ef80d0d5bf4d1fc254fb1d05ad4e448645d5895;p=blok diff --git a/mainwindow.h b/mainwindow.h new file mode 100644 index 0000000..eaf7f99 --- /dev/null +++ b/mainwindow.h @@ -0,0 +1,25 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include "physicsscene.h" + +#include "blokgameview.h" + + +class MainWindow : public QMainWindow +{ + Q_OBJECT +public: + explicit MainWindow(QWidget *parent = 0); +signals: + +public slots: + + +private: + BlokGameView * mView; +}; + +#endif // MAINWINDOW_H