single player improvements

This commit is contained in:
Max-Wilhelm Bruker 2010-09-07 03:51:48 +02:00
parent 82e4f9e19d
commit c4c1723205
11 changed files with 121 additions and 29 deletions

View file

@ -37,6 +37,9 @@ public:
QString getName() const { return name; }
int getValue() const { return value; }
void setValue(int _value);
void setShortcutsActive();
void setShortcutsInactive();
};
#endif