Changes in src/Actions/ActionRegistry.hpp [97ebf8:e73a8a2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionRegistry.hpp
r97ebf8 re73a8a2 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();28 24 29 25 private:
Note:
See TracChangeset
for help on using the changeset viewer.