diff options
author | Treeki <treeki@gmail.com> | 2013-01-17 09:23:55 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-01-17 09:23:55 +0100 |
commit | 1e2fe2181af8215e6da3f55d0350385d0af2f7e0 (patch) | |
tree | 697f2105ceedd031f901c896d2747ccdfc2b43bb /src/koopatlas/hud.h | |
parent | 4a51200b922d2ed0896562d95d1d9e390a014db3 (diff) | |
download | kamek-1e2fe2181af8215e6da3f55d0350385d0af2f7e0.tar.gz kamek-1e2fe2181af8215e6da3f55d0350385d0af2f7e0.zip |
myriad updates and fixes to EVERYTHING
Diffstat (limited to 'src/koopatlas/hud.h')
-rw-r--r-- | src/koopatlas/hud.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/hud.h b/src/koopatlas/hud.h index 32a09be..982b38a 100644 --- a/src/koopatlas/hud.h +++ b/src/koopatlas/hud.h @@ -27,6 +27,9 @@ class dWMHud_c : public dBase_c { void setupLives(); + void hideAll(); + void unhideAll(); + private: void playShowAnim(int id); void playHideAnim(int id); |