| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/Update/Story.elm')
| -rw-r--r-- | src/Update/Story.elm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Update/Story.elm b/src/Update/Story.elm index 4d1bfaa..68ed403 100644 --- a/src/Update/Story.elm +++ b/src/Update/Story.elm @@ -1,5 +1,6 @@ module Update.Story exposing ( + start, select_choice, input_string, input_integer, @@ -135,6 +136,8 @@ step model = -------------------------------------------------------------------------------- -- EXPORTED -------------------------------------------------------------------- -------------------------------------------------------------------------------- +start : Struct.Model.Type -> Struct.Model.Type +start model = (step model) select_choice : Int -> Struct.Model.Type -> Struct.Model.Type select_choice ix model = model |


