Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomAction/AddAction.hpp

    r97ebf8 r047878  
    1010
    1111#include "Actions/Action.hpp"
     12#include "vector.hpp"
     13
     14class element;
     15
     16void AtomAdd(element *elemental, Vector &position);
    1217
    1318class AtomAddAction : public Action {
     19  friend void AtomAdd(element *elemental, Vector &position);
     20
    1421public:
    1522  AtomAddAction();
     
    2027
    2128  virtual const std::string getName();
     29protected:
     30  virtual Dialog * fillDialog(Dialog *);
    2231private:
    2332  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.