comparison doodle/import/new.d @ 29:960b408d3ac5

Builds and runs ok with builder now. Still heaps of cleaning up to do, especially code roughly imported from dog.
author Graham St Jack <graham.stjack@internode.on.net>
date Mon, 03 Aug 2009 23:19:55 +0930
parents 1754cb773d41
children
comparison
equal deleted inserted replaced
28:1754cb773d41 29:960b408d3ac5
1 import types; 1 version(none) {
2
3 //import doodle.import.types;
2 import tango.util.collection.ArraySeq; 4 import tango.util.collection.ArraySeq;
3 5
4 interface IProperty { 6 interface IProperty {
5 } 7 }
6 8
36 interface IGraphConnector { 38 interface IGraphConnector {
37 Point point(); 39 Point point();
38 IGraphElement element(); 40 IGraphElement element();
39 IGraphEdge[] edges(); 41 IGraphEdge[] edges();
40 } 42 }
43
44 }