summaryrefslogtreecommitdiff
path: root/src/interface/Button.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-22 14:45:37 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-22 14:45:37 (GMT)
commit19c1fa5dcb4c4a2ba9d692e136b17da316a2631b (patch)
tree8436e6674dc4375f0392a9142be1a06ddf888337 /src/interface/Button.h
parent91bb5a8b781fba33901c0a2804b86055ed588aa4 (diff)
downloadpowder-19c1fa5dcb4c4a2ba9d692e136b17da316a2631b.zip
powder-19c1fa5dcb4c4a2ba9d692e136b17da316a2631b.tar.gz
Brush class for drawing on simulation, more interface for game
Diffstat (limited to 'src/interface/Button.h')
-rw-r--r--src/interface/Button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Button.h b/src/interface/Button.h
index 41a057b..7728218 100644
--- a/src/interface/Button.h
+++ b/src/interface/Button.h
@@ -33,6 +33,7 @@ public:
virtual ~Button();
bool Toggleable;
+ bool Enabled;
std::string ButtonText;