Changeset 9008 in orxonox.OLD for trunk/src/util/game_rules.h
- Timestamp:
- Jul 2, 2006, 2:22:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/game_rules.h
r8802 r9008 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.