Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file was 11783, checked in by landauf, 6 years ago

merged Presentation_HS17_merge back to trunk

  • Property svn:eol-style set to native
File size: 565 bytes
RevLine 
[5693]1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
[2131]2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
[8706]6  HUDBoostBar.cc
[11052]7  HUDShieldBar.cc
[2662]8  HUDHealthBar.cc
[11052]9  HUDRocketFuelBar.cc
[3033]10  HUDTimer.cc
[9016]11  HUDEnemyHealthBar.cc
[11052]12  HUDEnemyShieldBar.cc
13  HUDWeaponMode.cc
14  HUDWeapon.cc
15  HUDWeaponSystem.cc
[11353]16  HUDPickupSystem.cc
[2131]17  ChatOverlay.cc
[3099]18  AnnounceMessage.cc
19  KillMessage.cc
20  DeathMessage.cc
[3104]21  TeamBaseMatchScore.cc
[7163]22  GametypeStaticMessage.cc
23  GametypeFadingMessage.cc
[7655]24  LastManStandingInfos.cc
[8079]25  PauseNotice.cc
[8178]26  LastTeamStandingInfos.cc
[9939]27  CountDown.cc
[11783]28  StoryModeHUD.cc
[2131]29)
Note: See TracBrowser for help on using the repository browser.