X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionblocksexplode.h;h=f9a1bb517f6f725e5e756e175e26abc432756eda;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=f28603e86cce3a938510c253551b911377114b97;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionblocksexplode.h b/src/actions/actionblocksexplode.h index f28603e..f9a1bb5 100644 --- a/src/actions/actionblocksexplode.h +++ b/src/actions/actionblocksexplode.h @@ -2,7 +2,7 @@ #define __ACTIONBLOCKSEXPLODE_H__ #include "actioninterface.h" -#include "rs_insert.h" +#include "insert.h" /** * This action class can handle user events for exploding blocks and @@ -14,7 +14,7 @@ class ActionBlocksExplode: public ActionInterface { public: - ActionBlocksExplode(RS_EntityContainer & container, GraphicView & graphicView); + ActionBlocksExplode(EntityContainer & container, GraphicView & graphicView); ~ActionBlocksExplode(); virtual RS2::ActionType rtti();