diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-08-14 20:29:46 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-08-14 20:29:46 -0300 |
commit | 1bf7b0621d2b47b33fe2bfc9218094131d49d54f (patch) | |
tree | 6dd7ca186ff2f357a6b7dbde5868f79462d8fe6b /src/blu_cat/gra/text.hpp | |
parent | 0109e0b57d0a7ee211952a838719a69a68db6af6 (diff) |
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(); |