From 3f5ba41ed0364268d5a6d10e4ab559b61393edf0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Feb 2013 05:52:58 -0500 Subject: Delete old map-related files. --- (limited to 'src/resources/tileset.h') diff --git a/src/resources/tileset.h b/src/resources/tileset.h deleted file mode 100644 index 45de237..0000000 --- a/src/resources/tileset.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef RESOURCE_TILESET_H -#define RESOURCE_TILESET_H - -#include -#include "resource.h" -#include "image.h" - -struct tileset { - struct resource res; - int firstgid; - char *name; - int tilewidth; - int tileheight; - struct image *image; - struct tileset *next; -}; - -struct tileset *tileset_get(const char *path); -void XMLCALL xml_tileset_start(void *data, const char *el, - const char **attr); -void XMLCALL xml_tileset_end(void *data, const char *el); - -#endif -- cgit v0.9.1