2025-07-06 02:30:15 +01:00
|
|
|
structure FileMessage =
|
2024-08-17 09:46:53 +01:00
|
|
|
struct
|
|
|
|
|
datatype t =
|
2025-07-12 06:03:59 +01:00
|
|
|
SAVE_SQUARES of string
|
2025-07-06 14:56:54 +01:00
|
|
|
| LOAD_SQUARES
|
2025-07-12 19:16:36 +01:00
|
|
|
| EXPORT_SQUARES of string
|
2024-09-25 08:08:15 +01:00
|
|
|
| LOAD_FILES of string
|
2024-09-29 22:26:07 +01:00
|
|
|
| SELECT_PATH of string
|
2024-08-17 09:46:53 +01:00
|
|
|
end
|