From 1e4407da677dd7a192c817de16583bb7199ceeb0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 16 Feb 2013 21:35:48 -0500 Subject: TMX parser rewrite number one. --- (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h deleted file mode 100644 index 925bdd2..0000000 --- a/src/map.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef MAP_H -#define MAP_H - -#include -#include "tileset.h" -#include "layer.h" - -struct map { - int width; - int height; - int tilewidth; - int tileheight; - struct tileset *tilesets; - struct layer *layers; - Uint8 *collision; -}; - -#endif -- cgit v0.9.1