begin merging files which were previously in temp-squares directory into main

This commit is contained in:
2025-07-06 14:56:54 +01:00
parent 395d6002d8
commit 2e0549097e
33 changed files with 31 additions and 2513 deletions

View File

@@ -1,9 +1,9 @@
structure FileMessage =
struct
datatype t =
SAVE_TRIANGLES of AppType.triangle list
| LOAD_TRIANGLES
| EXPORT_TRIANGLES of AppType.triangle list
SAVE_SQUARES of int vector vector
| LOAD_SQUARES
| EXPORT_SQUARES of int vector vector
| LOAD_FILES of string
| SELECT_PATH of string
end