tools/MissionsEditor/editor.h
author unc0rr
Wed, 21 Oct 2009 19:41:24 +0000
changeset 2574 2f3e5c57359c
parent 2572 af96861683f8
child 2583 f8da275981e5
permissions -rw-r--r--
Fix (quite rare) spectators queue error when joining game with teams left the game. Could be applied to 0.9.12 without breaking compatibility.

#ifndef EDITOR_H
#define EDITOR_H

#include <QtGui/QMainWindow>

namespace Ui
{
    class editor;
}

class editor : public QMainWindow
{
    Q_OBJECT

public:
    editor(QWidget *parent = 0);
    ~editor();

private:
    Ui::editor *ui;
};

#endif // EDITOR_H