diff options
Diffstat (limited to 'src/render/text.h')
-rw-r--r-- | src/render/text.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/text.h b/src/render/text.h index 5cf18ea..4762639 100644 --- a/src/render/text.h +++ b/src/render/text.h @@ -23,6 +23,9 @@ public: static void shutdown(); + /// assign system colors + static void assign_color(const char c, const math::Color &color); + /// draw a text string static void draw(float x, float y, const std::string & text); |