diff options
Diffstat (limited to 'appl')
| -rw-r--r-- | appl/cmd/sh9cmd.b | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appl/cmd/sh9cmd.b b/appl/cmd/sh9cmd.b new file mode 100644 index 0000000..9eea237 --- /dev/null +++ b/appl/cmd/sh9cmd.b @@ -0,0 +1,9 @@ +implement Sh9Cmd; + +include "sys.m"; +include "draw.m"; +include "sh9cmd.m"; + +init(ctxt: ref Draw->Context, argv: list of string) +{ +} |
