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/Makefile.am
parent3351dc03541a473f651e7c1c7e00fbafd73fec69 (diff)
Split HUD components into seperate widgets, added health bar,added temporary target health bar.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 1baefd8..cd87d63 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -20,6 +20,9 @@ noinst_HEADERS = \
galaxymapwidget.h \
gamewindow.h \
hud.h \
+ hudenginestatus.h \
+ hudplayerstatus.h \
+ hudtargetstatus.h \
infowidget.h \
input.h \
inventorywindow.h \
@@ -52,6 +55,9 @@ libclient_la_SOURCES = \
galaxymapwidget.cc \
gamewindow.cc \
hud.cc \
+ hudenginestatus.cc \
+ hudplayerstatus.cc \
+ hudtargetstatus.cc \
infowidget.cc \
input.cc \
inventorylistview.cc \