Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/overlays/hud/CMakeLists.txt @ 11052

Last change on this file since 11052 was 11052, checked in by landauf, 8 years ago

merged branch presentationHS15 back to trunk

  • Property svn:eol-style set to native
File size: 526 bytes
Line 
1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
6  HUDBoostBar.cc
7  HUDShieldBar.cc
8  HUDHealthBar.cc
9  HUDRocketFuelBar.cc
10  HUDTimer.cc
11  HUDEnemyHealthBar.cc
12  HUDEnemyShieldBar.cc
13  HUDWeaponMode.cc
14  HUDWeapon.cc
15  HUDWeaponSystem.cc
16  ChatOverlay.cc
17  AnnounceMessage.cc
18  KillMessage.cc
19  DeathMessage.cc
20  TeamBaseMatchScore.cc
21  GametypeStaticMessage.cc
22  GametypeFadingMessage.cc
23  LastManStandingInfos.cc
24  PauseNotice.cc
25  LastTeamStandingInfos.cc
26  CountDown.cc
27)
Note: See TracBrowser for help on using the repository browser.