Changes in src/Actions/ActionRegistry.hpp [e73a8a2:97ebf8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionRegistry.hpp
re73a8a2 r97ebf8 22 22 Action* getActionByName(const std::string); 23 23 void registerAction(Action*); 24 void unregisterAction(Action*); 25 26 std::map<const std::string,Action*>::iterator getBeginIter(); 27 std::map<const std::string,Action*>::iterator getEndIter(); 24 28 25 29 private:
Note:
See TracChangeset
for help on using the changeset viewer.