Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.hpp

    r97ebf8 r1e6913  
    2121public:
    2222  Action* getActionByName(const std::string);
     23  bool isActionByNamePresent(const std::string name);
    2324  void registerAction(Action*);
    2425  void unregisterAction(Action*);
Note: See TracChangeset for help on using the changeset viewer.