diff options
| author | Simon 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) |
| commit | e13476a4063bd7bdf428d53fd686864c1c90e0ec (patch) | |
| tree | 901203df56ec6d6142f2996a55f01a55ca823e59 /src/game/GameController.h | |
| parent | 70758cc70ef80632f6814c4fc4f9f13430bf8057 (diff) | |
| download | powder-e13476a4063bd7bdf428d53fd686864c1c90e0ec.zip powder-e13476a4063bd7bdf428d53fd686864c1c90e0ec.tar.gz | |
Cut region, fixes #105
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index 963b506..72ebd37 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -81,6 +81,7 @@ public: void DrawFill(int toolSelection, ui::Point point); void StampRegion(ui::Point point1, ui::Point point2); void CopyRegion(ui::Point point1, ui::Point point2); + void CutRegion(ui::Point point1, ui::Point point2); void Update(); void SetPaused(bool pauseState); void SetPaused(); |
