diff options
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/hud.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |