Changeset 521e29 for molecuilder/src/Actions/ActionSequence.hpp
- Timestamp:
- Mar 25, 2010, 10:06:49 AM (16 years ago)
- Children:
- 8d9984
- Parents:
- 0012e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/ActionSequence.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ActionSequence.hpp
r0012e6 r521e29 9 9 #define ACTIONSEQUENZE_HPP_ 10 10 11 #include "Actions/Action.hpp" 12 11 13 #include <deque> 12 13 class Action;14 class ActionState;15 14 16 15 /** … … 21 20 public: 22 21 typedef std::deque<Action*> actionSet; 23 typedef std::deque<Action State*> stateSet;22 typedef std::deque<Action::state_ptr> stateSet; 24 23 25 24 ActionSequence();
Note:
See TracChangeset
for help on using the changeset viewer.
