diff options
| author | jacob1 <jfu614@gmail.com> | 2013-07-18 19:40:32 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-07-18 19:40:32 (GMT) |
| commit | f56a2f60008adb1328f841aa67cc27beb0a3d271 (patch) | |
| tree | 38f7239b1b22f1d60173095d41216226a412a4e7 /src/gui/game/ToolButton.h | |
| parent | cc887995c0881d728e13fbdfe0757e0fa256bce0 (diff) | |
| download | powder-f56a2f60008adb1328f841aa67cc27beb0a3d271.zip powder-f56a2f60008adb1328f841aa67cc27beb0a3d271.tar.gz | |
add back replace mode and specific delete. Activated with insert key / delete key, use ctrl+alt click to select what to use for the checks
Diffstat (limited to 'src/gui/game/ToolButton.h')
| -rw-r--r-- | src/gui/game/ToolButton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/game/ToolButton.h b/src/gui/game/ToolButton.h index 86c8970..a14595d 100644 --- a/src/gui/game/ToolButton.h +++ b/src/gui/game/ToolButton.h @@ -3,7 +3,8 @@ #include "gui/interface/Button.h" -class ToolButton: public ui::Button { +class ToolButton: public ui::Button +{ int currentSelection; public: ToolButton(ui::Point position, ui::Point size, std::string text_, std::string toolTip = ""); |
