Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/overlays/hud/CMakeLists.txt @ 2911

Last change on this file since 2911 was 2890, checked in by landauf, 15 years ago
  • Added overlay element for the Pong Gametype
  • Changed the type of the overlay's owner to BaseObject (former ControllableEntity) to allow other classes to own an overlay (for example a Gametype)
  • OverlayGroup does now use a std::set instead of a std::map to store it's overlay elements. Therefore a name is not anymore compulsory for an overlay element.
  • Property svn:eol-style set to native
File size: 169 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
6  HUDHealthBar.cc
7  ChatOverlay.cc
8  GametypeStatus.cc
9  PongScore.cc
10)
Note: See TracBrowser for help on using the repository browser.