Changeset 7697
- Timestamp:
- Dec 2, 2010, 12:10:26 PM (14 years ago)
- Location:
- code/branches/lastmanstanding2
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding2/src/modules/overlays/hud/CMakeLists.txt
r7655 r7697 16 16 GametypeFadingMessage.cc 17 17 LastManStandingInfos.cc 18 LastTeamStandingInfos.cc 18 19 ) -
code/branches/lastmanstanding2/src/orxonox/OrxonoxPrereqs.h
r7655 r7697 96 96 class Gametype; 97 97 class LastManStanding; 98 class LastTeamStanding; 98 99 class TeamBaseMatch; 99 100 class TeamDeathmatch; -
code/branches/lastmanstanding2/src/orxonox/gametypes/CMakeLists.txt
r7655 r7697 8 8 Dynamicmatch.cc 9 9 LastManStanding.cc 10 LastTeamStanding.cc 10 11 )
Note: See TracChangeset
for help on using the changeset viewer.