summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/struct/battlemap.erl')
-rw-r--r-- | src/struct/battlemap.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct/battlemap.erl b/src/struct/battlemap.erl index 9204084..59e0639 100644 --- a/src/struct/battlemap.erl +++ b/src/struct/battlemap.erl @@ -3,7 +3,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --opaque id() :: binary(). +-type id() :: binary(). -record ( |