very basic saving (hardcoded file name, which is fine fow now)

This commit is contained in:
2024-08-29 00:05:30 +01:00
parent c40e8b98e0
commit eb13636993
5 changed files with 56 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ sig
| UNDO_ACTION
| REDO_ACTION
| KEY_G
| KEY_CTRL_S
end
structure InputMessage :> INPUT_MESSAGE =
@@ -20,4 +21,5 @@ struct
| UNDO_ACTION
| REDO_ACTION
| KEY_G
| KEY_CTRL_S
end