X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fgrid.h;h=b037bf0553a60bb89bd9bcca56286386adc98360;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=62c28086f43d43bd337b4ac433bdf3271f301454;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/base/grid.h b/src/base/grid.h index 62c2808..b037bf0 100644 --- a/src/base/grid.h +++ b/src/base/grid.h @@ -13,12 +13,12 @@ class Vector; * * @author Andrew Mustun */ -class RS_Grid +class Grid { public: -// RS_Grid(RS_GraphicView *); - RS_Grid(GraphicView *); - ~RS_Grid(); +// Grid(RS_GraphicView *); + Grid(GraphicView *); + ~Grid(); void update();