diff options
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; -}; |