Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8706 was 8706, checked in by dafrick, 13 years ago

Merging presentation branch back into trunk.
There are many new features and also a lot of other changes and bugfixes, if you want to know, digg through the svn log.
Not everything is yet working as it should, but it should be fairly stable. If you habe any bug reports, just send me an email.

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