summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-11-28 17:14:02 +0100
committernsensfel <SpamShield0@noot-noot.org>2017-11-28 17:14:02 +0100
commitf539b7072c357339328d9bfd54f1f1ed51828586 (patch)
treeb6205dd79c78090831e812aceac177d2a9f35d28 /src/timed_cache_data.hrl
parent80358376b9300a0d73cb8b62dfa9fdd65240ca66 (diff)
Trying to tidy up this mess.
Diffstat (limited to 'src/timed_cache_data.hrl')
-rw-r--r--src/timed_cache_data.hrl9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/timed_cache_data.hrl b/src/timed_cache_data.hrl
deleted file mode 100644
index 89e0f41..0000000
--- a/src/timed_cache_data.hrl
+++ /dev/null
@@ -1,9 +0,0 @@
-%% TODO: add types.
--record(battlemap, {id, width, height, content, instances}).
--record(battlemap_instance, {id, chars, curr_player, players, rem_chars, last_turn}).
--record(character, {id, name, icon, portrait, health, mov_pts, atk_rg}).
--record(character_turn, {id, path, target}).
--record(player, {id, battlemaps, characters}).
-
-%% Not stored in its own timed cache.
--record(character_instance, {x, y, health, team}).