begin title screen by adding title screen type
This commit is contained in:
6
fcore/title/title-update.sml
Normal file
6
fcore/title/title-update.sml
Normal file
@@ -0,0 +1,6 @@
|
||||
structure TitleUpdate =
|
||||
struct
|
||||
open TitleType
|
||||
|
||||
fun update (titleState, input) = titleState
|
||||
end
|
||||
Reference in New Issue
Block a user