summaryrefslogtreecommitdiff
path: root/appl
diff options
context:
space:
mode:
authorKonstantin Kirik (snegovick) <snegovick@uprojects.org>2025-12-20 03:30:31 +0300
committerKonstantin Kirik (snegovick) <snegovick@uprojects.org>2025-12-20 03:30:31 +0300
commita627659d082d4bf8b95afb39d8ffcfd10ef84339 (patch)
tree44581792193acb777c6c890bdb23b519e740ad59 /appl
parent35d568b3fa8f9651430ac8582ca45b6fa6d41ff2 (diff)
Add sh9cmd prototype module
Diffstat (limited to 'appl')
-rw-r--r--appl/cmd/sh9cmd.b9
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)
+{
+}