From 40b9a45a41f894cd8569104155c7456d1ef6f6bc Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 17 Dec 2023 02:24:39 +0000 Subject: It seems we arrived a good compromise for the Key structure. --- ttt.jai | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ttt.jai') diff --git a/ttt.jai b/ttt.jai index f0b554f..1cae6a2 100644 --- a/ttt.jai +++ b/ttt.jai @@ -1179,7 +1179,8 @@ read_enter_confirmation :: inline (row: int, style: int, message: string) -> boo return read_input_char(row, style, message) == #char "\n"; } -main :: () { +main :: () {} +_main :: () { // -- -- -- Testing TUI -- START -- cgit v1.2.3