summaryrefslogtreecommitdiff
path: root/src/game/DecorationTool.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-18 15:40:43 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-18 15:40:43 (GMT)
commit43ae47ba773aa97421d11474c769ce9fe1191b06 (patch)
tree5e70f8dc38b7c9facdc1bbc3c73ffcbbf8a7d3f1 /src/game/DecorationTool.h
parenta761fa5cbce65f303a068e6587dd8ef891468fcb (diff)
downloadpowder-43ae47ba773aa97421d11474c769ce9fe1191b06.zip
powder-43ae47ba773aa97421d11474c769ce9fe1191b06.tar.gz
TPT: Added smudge tool afbe8cf38e
Diffstat (limited to 'src/game/DecorationTool.h')
-rw-r--r--src/game/DecorationTool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DecorationTool.h b/src/game/DecorationTool.h
index 5a11bc6..c45eca3 100644
--- a/src/game/DecorationTool.h
+++ b/src/game/DecorationTool.h
@@ -7,7 +7,7 @@
class DecorationTool: public Tool
{
public:
- enum ToolType { BlendAdd = DECO_ADD, BlendRemove = DECO_SUBTRACT, BlendMultiply = DECO_MULTIPLY, BlendDivide = DECO_DIVIDE, BlendSet = DECO_DRAW };
+ enum ToolType { BlendAdd = DECO_ADD, BlendRemove = DECO_SUBTRACT, BlendMultiply = DECO_MULTIPLY, BlendDivide = DECO_DIVIDE, BlendSet = DECO_DRAW, BlendSmudge = DECO_SMUDGE };
ToolType decoMode;