Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/ChangeBoxAction.hpp

    r97ebf8 r047878  
    1010
    1111#include "Actions/Action.hpp"
     12#include "Box.hpp"
     13
     14void WorldChangeBox(Box &_box);
    1215
    1316class WorldChangeBoxAction : public Action {
     17  friend void WorldChangeBox(Box &_box);
     18
    1419public:
    1520  WorldChangeBoxAction();
     
    2025
    2126  virtual const std::string getName();
     27protected:
     28  virtual Dialog * fillDialog(Dialog *dialog);
    2229private:
    2330  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.