renamed confederation of objects to federation
authorxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Tue, 23 Sep 2008 16:15:07 +0000 (16:15 +0000)
committerxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Tue, 23 Sep 2008 16:15:07 +0000 (16:15 +0000)
git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@94 4bb87942-c103-4e5a-b51c-0ebff58f8515

demos/objects/objects-federation.c [moved from demos/objects/objects-confederation.c with 99% similarity]

similarity index 99%
rename from demos/objects/objects-confederation.c
rename to demos/objects/objects-federation.c
index 61b479878c08ea609ddd951ea22178eeed3637bf..5aeab798a75cf5c7696f2d0e5e37823c0c54b1f4 100644 (file)
@@ -200,7 +200,7 @@ void nameRect(Shape community, str newname)
 
 construct(Tri,ShapeInterface) (Tri self, int x1, int y1, int x2, int y2, int x3, int y3)
 {
- self->point = confederate_obj(Point);
+ self->point = get_federation(Point);
  _(move, self->point, x1, x2);
  self->name = "TRIANGLE";
  interface_of(self)->count++;
This page took 0.179411 seconds and 4 git commands to generate.