Changes in src/Actions/ActionRegistry.hpp [97ebf8:1e6913]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionRegistry.hpp
r97ebf8 r1e6913 21 21 public: 22 22 Action* getActionByName(const std::string); 23 bool isActionByNamePresent(const std::string name); 23 24 void registerAction(Action*); 24 25 void unregisterAction(Action*);
Note:
See TracChangeset
for help on using the changeset viewer.