done with loading file into app (loaded triangles are visible, etc.)

This commit is contained in:
2024-08-29 05:38:58 +01:00
parent 2549703dc7
commit e69c6b42ef
6 changed files with 64 additions and 9 deletions

View File

@@ -10,6 +10,8 @@ sig
| KEY_G
| KEY_CTRL_S
| KEY_CTRL_L
| USE_TRIANGLES of AppType.triangle list
| TRIANGLES_LOAD_ERROR
end
structure InputMessage :> INPUT_MESSAGE =
@@ -24,4 +26,6 @@ struct
| KEY_G
| KEY_CTRL_S
| KEY_CTRL_L
| USE_TRIANGLES of AppType.triangle list
| TRIANGLES_LOAD_ERROR
end