summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-22 18:02:00 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-22 18:02:00 +0200
commitfb1988b1cd747c5f77583db827ac240dff2ed4be (patch)
tree4fa9850781fc87c1d264758119432770be564980 /src/common.hpp
parent87422cff1507f8b5a8633eee5dadbadfef872dab (diff)
Add crystals as a currency.
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 9535305..d3ec041 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -308,6 +308,7 @@ namespace render {
typedef enum {
ALIGN_LEFT_TOP,
+ ALIGN_RIGHT_TOP,
ALIGN_LEFT_BOTTOM,
ALIGN_CENTER_BOTTOM,
ALIGN_RIGHT_BOTTOM