diff options
Diffstat (limited to 'appl/spree/join.m')
| -rw-r--r-- | appl/spree/join.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appl/spree/join.m b/appl/spree/join.m new file mode 100644 index 00000000..0660eb83 --- /dev/null +++ b/appl/spree/join.m @@ -0,0 +1,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); +}; |
