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