6 lines
138 B
Standard ML
6 lines
138 B
Standard ML
structure OptionsUpdate =
|
|
struct
|
|
fun update (options, input, userKeys) =
|
|
{mode = GameType.OPTIONS options, userKeys = userKeys}
|
|
end
|