Changeset 7698 for code/branches
- Timestamp:
- Dec 2, 2010, 12:56:44 PM (14 years ago)
- Location:
- code/branches/lastmanstanding/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/src/modules/overlays/hud/CMakeLists.txt
r7693 r7698 16 16 GametypeFadingMessage.cc 17 17 LastManStandingInfos.cc 18 LastTeamStandingInfos.cc19 18 ) -
code/branches/lastmanstanding/src/orxonox/OrxonoxPrereqs.h
r7694 r7698 94 94 class Gametype; 95 95 class LastManStanding; 96 class LastTeamStanding;97 96 class TeamBaseMatch; 98 97 class TeamDeathmatch; -
code/branches/lastmanstanding/src/orxonox/gametypes/CMakeLists.txt
r7693 r7698 8 8 Dynamicmatch.cc 9 9 LastManStanding.cc 10 LastTeamStanding.cc11 10 )
Note: See TracChangeset
for help on using the changeset viewer.