summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-28 18:23:47 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-28 18:23:47 +0100 |
commit | cd729553daf0680666f39b39991eeff80e0eca3e (patch) | |
tree | 1707daa7eaf820a4dc9bb26a396e23eb19b7658c /src/query/load_state.erl | |
parent | f539b7072c357339328d9bfd54f1f1ed51828586 (diff) |
Got it to run.
Diffstat (limited to 'src/query/load_state.erl')
-rw-r--r-- | src/query/load_state.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/query/load_state.erl b/src/query/load_state.erl index f2818bd..94cacda 100644 --- a/src/query/load_state.erl +++ b/src/query/load_state.erl @@ -1,5 +1,6 @@ -module(load_state). -record(input, {session_token, player_id, battlemap_id, instance_id}). +-include("../../include/yaws_api.hrl"). -export([out/1]). parse_input (Req) -> |