diff options
Diffstat (limited to 'src/blu_cat/gra/text.hpp')
-rw-r--r-- | src/blu_cat/gra/text.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/blu_cat/gra/text.hpp b/src/blu_cat/gra/text.hpp index dc085e9..5b7dcde 100644 --- a/src/blu_cat/gra/text.hpp +++ b/src/blu_cat/gra/text.hpp @@ -34,7 +34,9 @@ struct Text I32F x, y, width, height; F32 z_index; - Text(const BitmapFont &font, const char *str, const I32F x, const I32F y); + Text(const BitmapFont &font, const char *str, const I32F x, const I32F y, + F32 z_index); + Text(); void draw(); |