scaffolding in preparation for adding simple load/export/save functionality

This commit is contained in:
2024-08-17 09:46:53 +01:00
parent 3f4c52e0d8
commit 1049f2b561
4 changed files with 26 additions and 0 deletions

View File

@@ -37,4 +37,11 @@ struct
_symbol "KEY_Y" public : ( unit -> int ) * ( int -> unit );
val (KEY_Z, _) =
_symbol "KEY_Z" public : ( unit -> int ) * ( int -> unit );
val (KEY_S, _) =
_symbol "KEY_S" public : ( unit -> int ) * ( int -> unit );
val (KEY_E, _) =
_symbol "KEY_E" public : ( unit -> int ) * ( int -> unit );
val (KEY_I, _) =
_symbol "KEY_I" public : ( unit -> int ) * ( int -> unit );
end