summaryrefslogtreecommitdiff
path: root/src/koopatlas/hud.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-28 05:55:10 +0100
committerTreeki <treeki@gmail.com>2013-02-28 05:55:10 +0100
commit306549db49e602e0c6fd02a282f779e254f371c1 (patch)
treed49a6f65806e61a388a2d3a2ac448cc0d24a1074 /src/koopatlas/hud.h
parentb376ded880b4c863adfbe99ef04155d492e82c01 (diff)
downloadkamek-306549db49e602e0c6fd02a282f779e254f371c1.tar.gz
kamek-306549db49e602e0c6fd02a282f779e254f371c1.zip
camera panning onto unlocked paths, among other fancy stuff and fixes
Diffstat (limited to 'src/koopatlas/hud.h')
-rw-r--r--src/koopatlas/hud.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/hud.h b/src/koopatlas/hud.h
index 982b38a..2fd194e 100644
--- a/src/koopatlas/hud.h
+++ b/src/koopatlas/hud.h
@@ -19,6 +19,9 @@ class dWMHud_c : public dBase_c {
static dWMHud_c *build();
static dWMHud_c *instance;
+ bool doneFirstShow;
+ void loadInitially();
+
void enteredNode(dKPNode_s *node = 0);
void leftNode();