- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/ScaleBoxAction.hpp
r97ebf8 r047878 10 10 11 11 #include "Actions/Action.hpp" 12 #include "vector.hpp" 13 14 void WorldScaleBox(Vector &Scaler); 12 15 13 16 class WorldScaleBoxAction : public Action { 17 friend void WorldScaleBox(Vector &Scaler); 18 14 19 public: 15 20 WorldScaleBoxAction(); … … 20 25 21 26 virtual const std::string getName(); 27 protected: 28 virtual Dialog * fillDialog(Dialog *dialog); 22 29 private: 23 30 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.