summaryrefslogtreecommitdiffstats
path: root/src/tileset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tileset.h')
-rw-r--r--src/tileset.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/tileset.h b/src/tileset.h
deleted file mode 100644
index 26aec80..0000000
--- a/src/tileset.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef TILESET_H
-#define TILESET_H
-
-struct tileset {
- int firstgid;
- int tilewidth;
- int tileheight;
- struct image *image;
- struct tileset *next;
-};
-
-#endif