summaryrefslogtreecommitdiff
path: root/module/sh9cmd.m
diff options
context:
space:
mode:
Diffstat (limited to 'module/sh9cmd.m')
-rw-r--r--module/sh9cmd.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/sh9cmd.m b/module/sh9cmd.m
new file mode 100644
index 0000000..10f007b
--- /dev/null
+++ b/module/sh9cmd.m
@@ -0,0 +1,5 @@
+Sh9Cmd: module
+{
+ PATH: con "/dis/lib/sh9cmd.dis";
+ init: fn(ctxt: ref Draw->Context, argv: list of string);
+};