diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 11:43:43 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 11:43:43 +0000 |
| commit | 4c987519b073f159ea7ab9273a6b30799fd1af36 (patch) | |
| tree | 2056acd477f4cf8b4373753140af3cc471c4faf4 /src/game/client/gc_mapres_tilemap.h | |
| parent | ea245b969d1864441b41d25c7631beccfb39d874 (diff) | |
| download | zcatch-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.h | 20 |
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; -}; |