summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-21 22:14:58 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-21 22:14:58 +0100
commitb627827aaa5a314b53fe0f8b0429dee8b542ccb3 (patch)
tree243ffd04fb1eb023888ae214099f893ca7e9fd2c /src/types.h
parentfd23bf276facab3892a00f010ac7e991bc79af09 (diff)
Do effects with an enum.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 3a50c5d3..c49c5f8f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -51,6 +51,13 @@ enum ContentKind
ADVERTISEMENT
};
+enum Effect
+{
+ NONE,
+ BORDER,
+ SHADOW
+};
+
class Fraction
{
public: