X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fentitycontainer.h;fp=src%2Fbase%2Frs_entitycontainer.h;h=a8c4d9ebbea6ddb3a7e83eea4a946584da212fa6;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=a55733e35ecd903a5fdc07b8d548d84da36bac23;hpb=c83e6faecff94289ccb93609596f125f00c85b41;p=architektonas diff --git a/src/base/rs_entitycontainer.h b/src/base/entitycontainer.h similarity index 95% rename from src/base/rs_entitycontainer.h rename to src/base/entitycontainer.h index a55733e..a8c4d9e 100644 --- a/src/base/rs_entitycontainer.h +++ b/src/base/entitycontainer.h @@ -1,13 +1,13 @@ -#ifndef RS_ENTITYCONTAINER_H -#define RS_ENTITYCONTAINER_H +#ifndef __ENTITYCONTAINER_H__ +#define __ENTITYCONTAINER_H__ #include -#include "rs_arc.h" -#include "rs_circle.h" -#include "rs_ellipse.h" -#include "rs_entity.h" -#include "rs_line.h" -#include "rs_point.h" +#include "arc.h" +#include "circle.h" +#include "ellipse.h" +#include "entity.h" +#include "line.h" +#include "point.h" /** * Class representing a tree of entities. @@ -121,4 +121,4 @@ class RS_EntityContainer: public RS_Entity QListIterator entityIterator; }; -#endif +#endif // __ENTITYCONTAINER_H__