summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-09-13 22:15:52 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-09-13 22:15:52 +0200
commit85c6127369e984ef89bb06bf1139fab4aa07e790 (patch)
tree720b5ab5f697d10a9d61c84cbcd11ed94d8edb55 /src/Action/Ports.elm
parentc414c2b9127921d77237d0ad018b87ad044915e8 (diff)
...
Diffstat (limited to 'src/Action/Ports.elm')
-rw-r--r--src/Action/Ports.elm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Action/Ports.elm b/src/Action/Ports.elm
new file mode 100644
index 0000000..c79d918
--- /dev/null
+++ b/src/Action/Ports.elm
@@ -0,0 +1,4 @@
+port module Action.Ports exposing (..)
+
+port store_new_params : (Int, (List String)) -> (Cmd msg)
+port reset_params : () -> (Cmd msg)