Ignore:
Timestamp:
Jan 7, 2010, 2:46:34 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d97af9
Parents:
34ff5e6
Message:

Added a central registry that allows access to actions by name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/MakroAction.hpp

    r34ff5e6 r3e8325  
    88#ifndef MAKROACTION_HPP_
    99#define MAKROACTION_HPP_
     10
     11#include <string>
    1012
    1113#include "Actions/Action.hpp"
     
    2123{
    2224public:
    23   MakroAction(ActionSequence*);
     25  MakroAction(std::string _name,ActionSequence* _actions,bool _doRegister=true);
    2426  virtual ~MakroAction();
    2527
Note: See TracChangeset for help on using the changeset viewer.