add load functionality (but note that saving is still hardcoded right now)

This commit is contained in:
2024-09-29 22:26:07 +01:00
parent 249247b704
commit 13682f1c6c
5 changed files with 53 additions and 21 deletions

View File

@@ -5,6 +5,7 @@ sig
| LOAD_TRIANGLES
| EXPORT_TRIANGLES of AppType.triangle list
| LOAD_FILES of string
| SELECT_PATH of string
end
structure FileMessage :> FILE_MESSAGE =
@@ -14,4 +15,5 @@ struct
| LOAD_TRIANGLES
| EXPORT_TRIANGLES of AppType.triangle list
| LOAD_FILES of string
| SELECT_PATH of string
end