Changeset 7693
- Timestamp:
- Dec 1, 2010, 10:23:07 PM (14 years ago)
- Location:
- code/branches/lastmanstanding
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/src/modules/overlays/hud/CMakeLists.txt
r7635 r7693 16 16 GametypeFadingMessage.cc 17 17 LastManStandingInfos.cc 18 LastTeamStandingInfos.cc 18 19 ) -
code/branches/lastmanstanding/src/orxonox/OrxonoxPrereqs.h
r7636 r7693 67 67 class CameraManager; 68 68 class Level; 69 class LevelInfo; 70 class LevelInfoItem; 69 71 class LevelManager; 70 72 class PawnManager; … … 94 96 class Gametype; 95 97 class LastManStanding; 98 class LastTeamStanding; 96 99 class TeamBaseMatch; 97 100 class TeamDeathmatch; -
code/branches/lastmanstanding/src/orxonox/gametypes/CMakeLists.txt
r7480 r7693 8 8 Dynamicmatch.cc 9 9 LastManStanding.cc 10 LastTeamStanding.cc 10 11 )
Note: See TracChangeset
for help on using the changeset viewer.