Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

[HUD_HS16] removed HUDPickupItem as it is not really necessary (it's just an ogre overlay). also fixed several memory-leaks and some issues with positioning and visibility of the pickup items

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