From b875124824794a7762414db76ed9f953b8ba320f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 26 Dec 2008 12:21:48 +0000 Subject: default player settings in player.ini, palette text colors, cleanups --- src/ui/paint.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ui/paint.cc') diff --git a/src/ui/paint.cc b/src/ui/paint.cc index 86058cf..e6f2402 100644 --- a/src/ui/paint.cc +++ b/src/ui/paint.cc @@ -17,6 +17,11 @@ namespace ui // contains the interface between the user interface and the render library namespace paint { +void assign_color(const char c, const math::Color &color) +{ + render::Text::assign_color(c, color); +} + void color(float r, float g, float b, float a) { gl::color(r, g, b, a); -- cgit v1.2.3