Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-12-23 17:10:54 +0000
committerStijn Buys <ingar@osirion.org>2012-12-23 17:10:54 +0000
commitd2e9d7532f58f07c0ede3fad2dbf39a92130670c (patch)
treee2986a223baacb41c78a9c6f7517e909806215ab /src/client/hud.h
parent3351dc03541a473f651e7c1c7e00fbafd73fec69 (diff)
Split HUD components into seperate widgets, added health bar,added temporary target health bar.
Diffstat (limited to 'src/client/hud.h')
-rw-r--r--src/client/hud.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/hud.h b/src/client/hud.h
index bda6ea1..5c318f6 100644
--- a/src/client/hud.h
+++ b/src/client/hud.h
@@ -45,6 +45,10 @@ private:
ui::Bitmap *hud_center;
ui::Toolbar *hud_toolbar;
+
+ ui::Widget *hud_playerstatus;
+ ui::Widget *hud_enginestatus;
+ ui::Widget *hud_targetstatus;
};
}