progress towards being able to load files dynamically

This commit is contained in:
2024-09-25 08:08:15 +01:00
parent c17c573638
commit d49ac2c565
7 changed files with 116 additions and 22 deletions

View File

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