From 40231bd839dbe5b8aa65e8f3bde31bd33b9a9190 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 8 Apr 2024 02:28:59 +0100 Subject: giant refactor, start to use drawing ops for drawing --- drawing/op.ha | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 drawing/op.ha (limited to 'drawing/op.ha') diff --git a/drawing/op.ha b/drawing/op.ha new file mode 100644 index 0000000..ef39161 --- /dev/null +++ b/drawing/op.ha @@ -0,0 +1,4 @@ +export type op_circle = pos; +export type op_other = void; + +export type op = (op_circle| op_other); -- cgit v1.2.3