diff options
author | Treeki <treeki@gmail.com> | 2012-09-20 15:30:05 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-20 15:30:05 +0200 |
commit | 05eb1400faaa957905fbbe8fa284df4ab1472a58 (patch) | |
tree | 7794b1d7af940bdf840739b4a7a96460e6933838 /src/koopatlas/hud.h | |
parent | a7fc34dfdfee0c899712e0209885e40b19305d7f (diff) | |
download | kamek-05eb1400faaa957905fbbe8fa284df4ab1472a58.tar.gz kamek-05eb1400faaa957905fbbe8fa284df4ab1472a58.zip |
cleaning up in preparation for the new HUD, plus a few other changes
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/hud.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/koopatlas/hud.h b/src/koopatlas/hud.h index 347fcb4..ac7b81e 100644 --- a/src/koopatlas/hud.h +++ b/src/koopatlas/hud.h @@ -15,25 +15,8 @@ class dWMHud_c : public dBase_c { bool layoutLoaded; m2d::EmbedLayout_c layout; - void updateLives(); - - void showPointBar(); - void hidePointBar(); - - void setPointName(); - void checkPointStatus(); - void setLevelText(const char *str, int length = -1); - void setLevelText(const wchar_t *str, int length = -1); - - void setWorldName(); - void setWorldText(const char *str, int length = -1); - void setWorldText(const wchar_t *str, int length = -1); - static dWMHud_c *build(); static dWMHud_c *instance; - - private: - bool isPointBarShown; }; #endif |