From aac1164d55a94994ffa125c45343dbd2b8e02868 Mon Sep 17 00:00:00 2001 From: peony Date: Sun, 10 Nov 2024 15:45:01 +0100 Subject: [PATCH] More git stuff --- sysdata/libraries/render/src/lib.hb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdata/libraries/render/src/lib.hb b/sysdata/libraries/render/src/lib.hb index ff77208..00279a3 100644 --- a/sysdata/libraries/render/src/lib.hb +++ b/sysdata/libraries/render/src/lib.hb @@ -49,6 +49,9 @@ clear := mode.clear put_surface := mode.put_surface put_text := mode.put_text // thanks peony for these three! +//put_trirect := mode.put_trirect +//put_vline := mode.put_vline +//put_hline := mode.put_hline // Display sync := mode.sync \ No newline at end of file