summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-09-05 22:29:44 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-09-05 22:29:44 +0200
commitab2a37813d6c2cd6554c4a6b0e5b93b3214d61e7 (patch)
tree98608783ccf120ecbfc9f41ba91ff4306bad20cc /src/shared/elm/Action/Ports.elm
parent0b32c52d35e48dfd24ebf87357c8da0ea28794c2 (diff)
Adds "Main Menu" buttons.
Diffstat (limited to 'src/shared/elm/Action/Ports.elm')
-rw-r--r--src/shared/elm/Action/Ports.elm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/elm/Action/Ports.elm b/src/shared/elm/Action/Ports.elm
new file mode 100644
index 0000000..8da9bac
--- /dev/null
+++ b/src/shared/elm/Action/Ports.elm
@@ -0,0 +1,6 @@
+port module Action.Ports exposing (..)
+
+port store_new_session : (String, String) -> (Cmd msg)
+port reset_session : () -> (Cmd msg)
+port connected: (() -> msg) -> (Sub msg)
+port go_to : (String) -> (Cmd msg)