about summary refs log tree commit diff
path: root/src/game/g_layers.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-17 08:52:24 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-17 08:52:24 +0000
commitd711dd190cac809a9bd278fba03ed974812bb863 (patch)
tree00300227625894bcf1e162be2a15e30b77807542 /src/game/g_layers.hpp
parent16912026dbdd7dc9e238492d9d83e37270ae4f06 (diff)
downloadzcatch-d711dd190cac809a9bd278fba03ed974812bb863.tar.gz
zcatch-d711dd190cac809a9bd278fba03ed974812bb863.zip
continued with clean up
Diffstat (limited to 'src/game/g_layers.hpp')
-rw-r--r--src/game/g_layers.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/game/g_layers.hpp b/src/game/g_layers.hpp
deleted file mode 100644
index f977bd65..00000000
--- a/src/game/g_layers.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "g_mapitems.hpp"
-
-void layers_init();
-
-MAPITEM_LAYER_TILEMAP *layers_game_layer();
-MAPITEM_GROUP *layers_game_group();
-
-int layers_num_groups();
-MAPITEM_GROUP *layers_get_group(int index);
-MAPITEM_LAYER *layers_get_layer(int index);
-
-