1 #ifndef __ACTIONBLOCKSEDIT_H__
2 #define __ACTIONBLOCKSEDIT_H__
4 #include "actioninterface.h"
7 * This action class can handle user events to edit blocks.
9 * @author James Hammons
10 * @author Andrew Mustun
12 class ActionBlocksEdit: public ActionInterface
15 ActionBlocksEdit(EntityContainer & container, GraphicView & graphicView);
18 virtual void init(int status = 0);
19 virtual void trigger();
22 #endif // __ACTIONBLOCKSEDIT_H__