Changes in src/Actions/Action.hpp [a6f180:cc04b7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.hpp
ra6f180 rcc04b7 29 29 virtual void undo()=0; 30 30 virtual bool canUndo()=0; 31 //virtual bool shouldUndo()=0;32 31 33 32 virtual const std::string getName();
Note:
See TracChangeset
for help on using the changeset viewer.