mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 10:04:46 -07:00
added files
This commit is contained in:
parent
cd6c5108af
commit
17c7dfda41
2 changed files with 64 additions and 0 deletions
14
cockatrice/src/phasestoolbar.h
Normal file
14
cockatrice/src/phasestoolbar.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef PHASESTOOLBAR_H
|
||||
#define PHASESTOOLBAR_H
|
||||
|
||||
#include <QFrame>
|
||||
|
||||
class PhasesToolbar : public QFrame {
|
||||
Q_OBJECT
|
||||
public:
|
||||
PhasesToolbar(QWidget *parent = 0);
|
||||
private:
|
||||
QAction *aUntap, *aUpkeep, *aDraw, *aMain1, *aCombat, *aMain2, *aCleanup;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue