Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hudimprovements/src/modules/overlays/hud/CMakeLists.txt @ 7920

Last change on this file since 7920 was 7920, checked in by bknecht, 13 years ago

added HUDBoostBar, an additional bar in the HUD to determine available boost. The bar is invisible when we have permanent boost.

  • Property svn:eol-style set to native
File size: 372 bytes
Line 
1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
6  HUDBoostBar.cc
7  HUDHealthBar.cc
8  HUDTimer.cc
9  ChatOverlay.cc
10  GametypeStatus.cc
11  AnnounceMessage.cc
12  KillMessage.cc
13  DeathMessage.cc
14  UnderAttackHealthBar.cc
15  TeamBaseMatchScore.cc
16  GametypeStaticMessage.cc
17  GametypeFadingMessage.cc
18  LastManStandingInfos.cc
19)
Note: See TracBrowser for help on using the repository browser.