Changeset 8856 in orxonox.OLD for branches/multi_player_map/src/util/game_rules.h
- Timestamp:
- Jun 28, 2006, 2:43:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/util/game_rules.h
r8802 r8856 9 9 10 10 #include "base_object.h" 11 #include <list> 11 12 #include <vector> 12 13 … … 54 55 std::vector<MissionGoal*> missionList; //!< list of mission goals 55 56 56 std:: vector<Kill>killList; //!< list of kills in the world57 std::list<Kill> killList; //!< list of kills in the world 57 58 }; 58 59
Note: See TracChangeset
for help on using the changeset viewer.