Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SpaceshipNavigation2/src/modules/overlays/hud/CMakeLists.txt @ 10580

Last change on this file since 10580 was 9396, checked in by soroa, 12 years ago

Created a new class called FindClosestEnemy

  • Property svn:eol-style set to native
File size: 418 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  HUDFindClosestEnemy.cc
10  HUDEnemyHealthBar.cc
11  ChatOverlay.cc
12  AnnounceMessage.cc
13  KillMessage.cc
14  DeathMessage.cc
15  TeamBaseMatchScore.cc
16  GametypeStaticMessage.cc
17  GametypeFadingMessage.cc
18  LastManStandingInfos.cc
19  PauseNotice.cc
20  LastTeamStandingInfos.cc
21)
Note: See TracBrowser for help on using the repository browser.