summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-21 14:13:00 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-21 14:13:00 +0200
commit09500ff4141db2588ec3ed7da8fb6d9c75d32dbb (patch)
tree5144d20e27545ea41df8a6cdb91aba57bf7e1b52 /src/common.hpp
parent48ad062a28fe0545e2e09a0e2c4f899db46bd80f (diff)
Avatars.
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 4ce22bb..a3ba6db 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -438,6 +438,7 @@ namespace render {
typedef enum {
ALIGN_LEFT_TOP,
+ ALIGN_LEFT_BOTTOM,
ALIGN_CENTER_BOTTOM,
ALIGN_RIGHT_BOTTOM
} text_align_t;