summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-03 11:06:08 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-03 11:06:08 +0200 |
commit | c012ed837e05bbdf69ca0dc418d86291687298af (patch) | |
tree | 28bb19b4bec5de4c465ebff32fedc887f45fe7de /src/battle/struct/btl_tile.erl.m4 | |
parent | 6869f9a8aaab7618dd49cbb47388838fc883ceb9 (diff) |
Introduces tile families and depths.
Diffstat (limited to 'src/battle/struct/btl_tile.erl.m4')
-rw-r--r-- | src/battle/struct/btl_tile.erl.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/battle/struct/btl_tile.erl.m4 b/src/battle/struct/btl_tile.erl.m4 index 3b3ee53..4f05a35 100644 --- a/src/battle/struct/btl_tile.erl.m4 +++ b/src/battle/struct/btl_tile.erl.m4 @@ -81,8 +81,11 @@ extract_variant_ix ({_, _, V}) -> -spec from_class_id (class_id()) -> type(). m4_include(__MAKEFILE_DATA_DIR/tile/global.m4.conf)m4_dnl -__TILE_CLASS_USE_ERLANG_STYLE +__TILE_CLASS_USE_PARTIAL_ERLANG_STYLE +m4_include(__MAKEFILE_DATA_DIR/tile/error.m4d)m4_dnl m4_include(__MAKEFILE_DATA_DIR/tile/grassland.m4d)m4_dnl +m4_include(__MAKEFILE_DATA_DIR/tile/mud.m4d)m4_dnl +m4_include(__MAKEFILE_DATA_DIR/tile/water.m4d)m4_dnl from_class_id(_) -> from_class_id(0). |