Changeset 9715 in orxonox.OLD for branches/new_class_id/src/util/mission_goal.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/util/mission_goal.h
r9705 r9715 26 26 //! A class representing a mission goal 27 27 class MissionGoal : public BaseObject { 28 NewObjectListDeclaration(MissionGoal);28 ObjectListDeclaration(MissionGoal); 29 29 30 30 public:
Note: See TracChangeset
for help on using the changeset viewer.