Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_HS17/src/modules/overlays/hud/CMakeLists.txt @ 11685

Last change on this file since 11685 was 11685, checked in by patricwi, 6 years ago

files missing are ArrowController.cc and .h

  • Property svn:eol-style set to native
File size: 602 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  HUDWaypoints.cc
14  HUDWeaponMode.cc
15  HUDWeapon.cc
16  HUDWeaponSystem.cc
17  HUDPickupItem.cc
18  HUDPickupSystem.cc
19  ChatOverlay.cc
20  AnnounceMessage.cc
21  KillMessage.cc
22  DeathMessage.cc
23  TeamBaseMatchScore.cc
24  GametypeStaticMessage.cc
25  GametypeFadingMessage.cc
26  LastManStandingInfos.cc
27  PauseNotice.cc
28  LastTeamStandingInfos.cc
29  CountDown.cc
30  StoryModeHUD.cc
31)
Note: See TracBrowser for help on using the repository browser.