From 270b036fb2a8e1aac0f8e3093af9fd8fc5fc7998 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jul 2021 01:32:32 +0100 Subject: [PATCH] script: section boundary for lowering code Signed-off-by: Ian Jackson --- templates/script.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/script.ts b/templates/script.ts index e2ebea86..e0a779d8 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -555,6 +555,8 @@ function rotate_targets(uo: UoRecord, dangle: number): boolean { return true; } +// ----- lower ----- + type LowerTodoItem = { piece: PieceId, p: PieceInfo, -- 2.30.2