- Timestamp:
- Nov 21, 2016, 3:55:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/QuestGuide_HS16/src/modules/waypoints/WaypointGroup.h
r11287 r11298 45 45 46 46 47 47 Waypoint* getActive(); 48 48 49 50 Waypoint* activateNext(); 49 51 50 52 … … 58 60 59 61 std::set<Waypoint*> waypoints_; 62 Waypoint* activeWaypoint; 60 63 61 64 // network callbacks
Note: See TracChangeset
for help on using the changeset viewer.