Changeset 3e8325 for molecuilder/src/Actions/MakroAction.cpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/MakroAction.cpp
r34ff5e6 r3e8325 6 6 */ 7 7 8 #include <string> 9 8 10 #include "Actions/MakroAction.hpp" 9 11 #include "Actions/Action.hpp" 10 12 #include "Actions/ActionSequence.hpp" 11 13 12 MakroAction::MakroAction(ActionSequence* _actions) : 14 using namespace std; 15 16 MakroAction::MakroAction(string _name,ActionSequence* _actions,bool _doRegister) : 17 Action(_name,_doRegister), 13 18 actions(_actions) 14 19 {
Note:
See TracChangeset
for help on using the changeset viewer.