summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
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;