about summary refs log tree commit diff
path: root/src/game/client/gc_mapres_tilemap.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-13 11:43:43 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-13 11:43:43 +0000
commit4c987519b073f159ea7ab9273a6b30799fd1af36 (patch)
tree2056acd477f4cf8b4373753140af3cc471c4faf4 /src/game/client/gc_mapres_tilemap.h
parentea245b969d1864441b41d25c7631beccfb39d874 (diff)
downloadzcatch-4c987519b073f159ea7ab9273a6b30799fd1af36.tar.gz
zcatch-4c987519b073f159ea7ab9273a6b30799fd1af36.zip
removed some old code
Diffstat (limited to 'src/game/client/gc_mapres_tilemap.h')
-rw-r--r--src/game/client/gc_mapres_tilemap.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game/client/gc_mapres_tilemap.h b/src/game/client/gc_mapres_tilemap.h
deleted file mode 100644
index 5dfbd6b5..00000000
--- a/src/game/client/gc_mapres_tilemap.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
-
-// dependencies: image
-
-//
-int tilemap_init();
-
-// renders the tilemaps
-void tilemap_render(float scale, int fg);
-
-struct mapres_tilemap
-{
-	int image;
-	int width;
-	int height;
-	int x, y;
-	int scale;
-	int data;
-	int main;
-};