From a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 8 May 2012 02:43:37 +0200 Subject: I don't even remember what shit this commit contains --- src/koopatlas/hud.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/koopatlas/hud.h') diff --git a/src/koopatlas/hud.h b/src/koopatlas/hud.h index 1ef94ce..8d964c5 100644 --- a/src/koopatlas/hud.h +++ b/src/koopatlas/hud.h @@ -21,6 +21,8 @@ class dWMHud_c : public dBase_c { void hidePointBar(); void setPointName(); + void setText(const char *str, int length = -1); + void setText(const wchar_t *str, int length = -1); static dWMHud_c *build(); static dWMHud_c *instance; -- cgit v1.2.3