]> Shamusworld >> Repos - architektonas/blobdiff - src/base/grid.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / grid.h
index 62c28086f43d43bd337b4ac433bdf3271f301454..b037bf0553a60bb89bd9bcca56286386adc98360 100644 (file)
@@ -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();