summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-14 15:28:44 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-14 15:28:44 (GMT)
commite13476a4063bd7bdf428d53fd686864c1c90e0ec (patch)
tree901203df56ec6d6142f2996a55f01a55ca823e59 /src/game/GameView.h
parent70758cc70ef80632f6814c4fc4f9f13430bf8057 (diff)
downloadpowder-e13476a4063bd7bdf428d53fd686864c1c90e0ec.zip
powder-e13476a4063bd7bdf428d53fd686864c1c90e0ec.tar.gz
Cut region, fixes #105
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 93eb779..71a6e93 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -26,7 +26,7 @@ enum DrawMode
enum SelectMode
{
- SelectNone, SelectStamp, SelectCopy, PlaceSave
+ SelectNone, SelectStamp, SelectCopy, SelectCut, PlaceSave
};
class GameController;