Files
sml-projects/message-types/input-msg.sml

6 lines
81 B
Standard ML
Raw Normal View History

2024-10-06 09:32:56 +01:00
structure InputMsg =
struct
datatype t =
RESIZE_EVENT of int * int
end