Changes in src/Actions/MakroAction.hpp [0b2ce9:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MakroAction.hpp
r0b2ce9 re4afb4 23 23 { 24 24 public: 25 MakroAction( std::string _name,ActionSequence* _actions,bool _doRegister=true);25 MakroAction(const ActionTraits &_trait,ActionSequence* _actions,bool _doRegister=true); 26 26 virtual ~MakroAction(); 27 27
Note:
See TracChangeset
for help on using the changeset viewer.