Changeset 7464 in orxonox.OLD for trunk/src/util/mission_goal.h
- Timestamp:
- May 1, 2006, 4:52:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/mission_goal.h
r7463 r7464 16 16 { 17 17 MS_ACCOMPLISHED = 0, 18 MS_ RUNNING,18 MS_ACCEPTED, 19 19 MS_FAILED, 20 MS_PASSIVE, 20 21 21 22 MS_NUMBER … … 47 48 inline MissionState getMissionState() { return this->missionState; } 48 49 49 virtual MissionState checkMissionGoal( ) = 0;50 virtual MissionState checkMissionGoal(float dt) = 0; 50 51 51 52
Note: See TracChangeset
for help on using the changeset viewer.