]> Shamusworld >> Repos - architektonas/blobdiff - src/base/infoarea.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / infoarea.h
index 607a5c75aad30a2edbd26fa1d41571aef28f9d9b..0f1e5f5c57507c85a1b3e42332de63a4be4c1a48 100644 (file)
@@ -9,11 +9,11 @@
  *
  * @author Andrew Mustun
  */
-class RS_InfoArea
+class InfoArea
 {
        public:
-               RS_InfoArea();
-               ~RS_InfoArea();
+               InfoArea();
+               ~InfoArea();
 
                void reset();
                void addPoint(const Vector & p);