summaryrefslogtreecommitdiff
path: root/src/worldmap.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-06-22 00:26:54 +0200
committerTreeki <treeki@gmail.com>2011-06-22 00:26:54 +0200
commit6ba9c03047a4101c65a4225da7d72b428876421f (patch)
tree11c6fc47bde00435e12af65ae1f8b6b481d76c2a /src/worldmap.h
parent3e67e3a91ac797791fabdf4ec730ef8d1a8f6990 (diff)
downloadkamek-6ba9c03047a4101c65a4225da7d72b428876421f.tar.gz
kamek-6ba9c03047a4101c65a4225da7d72b428876421f.zip
a bunch of work on the HUD+animations. why didn't I commit this earlier
Diffstat (limited to '')
-rw-r--r--src/worldmap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/worldmap.h b/src/worldmap.h
index 304b08d..b05432b 100644
--- a/src/worldmap.h
+++ b/src/worldmap.h
@@ -67,8 +67,16 @@ class dWMHud_c : public dBase_c {
void updateText();
+ void showPointBar();
+ void hidePointBar();
+
+ void setPointName();
+
static dWMHud_c *build();
static dWMHud_c *instance;
+
+ private:
+ bool isPointBarShown;
};