- Timestamp:
- May 12, 2016, 4:08:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h
r11183 r11187 85 85 86 86 // List of events to walk through sorted by starting times 87 std::list<Task *> taskList_;87 std::list<Task> taskList_; 88 88 89 89 90 90 //List of Tasks currently active 91 std::vector<Task *> activeTasks_;91 std::vector<Task> activeTasks_; 92 92 93 93 // Time since the creation of this ScriptController object
Note: See TracChangeset
for help on using the changeset viewer.