diff options
Diffstat (limited to 'src/game/mapres_tilemap.h')
| -rw-r--r-- | src/game/mapres_tilemap.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/game/mapres_tilemap.h b/src/game/mapres_tilemap.h deleted file mode 100644 index 6e9d81be..00000000 --- a/src/game/mapres_tilemap.h +++ /dev/null @@ -1,19 +0,0 @@ - -// 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; -}; |