verify that parsing saved file is successful

This commit is contained in:
2024-08-29 05:21:04 +01:00
parent f0958686b7
commit 2549703dc7
8 changed files with 46 additions and 20 deletions

View File

@@ -44,4 +44,6 @@ struct
_symbol "KEY_E" public : ( unit -> int ) * ( int -> unit );
val (KEY_I, _) =
_symbol "KEY_I" public : ( unit -> int ) * ( int -> unit );
val (KEY_L, _) =
_symbol "KEY_L" public : ( unit -> int ) * ( int -> unit );
end