blob: 0660eb831cba85880572e179a2ec48d2165a1072 (
plain)
1
2
3
4
5
|
Join: module {
PATH: con "/dis/spree/join.dis";
join: fn(ctxt: ref Draw->Context, mnt: string, dir: string, joinstr: string): string;
init: fn(ctxt: ref Draw->Context, argv: list of string);
};
|