diff options
author | Treeki <treeki@gmail.com> | 2012-05-08 02:43:37 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-05-08 02:43:37 +0200 |
commit | a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b (patch) | |
tree | 18f1a7b3dcd56f9a44284ce2690ff759abec09df /src/koopatlas/hud.h | |
parent | 57ffe9814a0074c01843700af0498d35a84c80f0 (diff) | |
download | kamek-a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b.tar.gz kamek-a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b.zip |
I don't even remember what shit this commit contains
Diffstat (limited to 'src/koopatlas/hud.h')
-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; |