]> Shamusworld >> Repos - architektonas/blobdiff - src/base/entity.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / entity.h
similarity index 98%
rename from src/base/rs_entity.h
rename to src/base/entity.h
index bd1060ec1d9ef2c44eb50f08c1a88045ed6757c4..8aad2465c6d5f2862ef4deb51d1c8fa5586fcfc0 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef RS_ENTITY_H
-#define RS_ENTITY_H
+#ifndef __ENTITY_H__
+#define __ENTITY_H__
 
 #include <QtCore>
 #include "rs.h"
-#include "rs_layer.h"
-#include "rs_math.h"
-#include "rs_pen.h"
-#include "rs_undoable.h"
+#include "layer.h"
+#include "mathextra.h"
+#include "pen.h"
+#include "undoable.h"
 #include "vector.h"
 #include "vectorsolutions.h"
 
@@ -281,4 +281,4 @@ class RS_Entity: public RS_Undoable
                QMultiHash<QString, QString *> varList;
 };
 
-#endif
+#endif // __ENTITY_H__