From c978f746058497ddd9ddc9cf3e156c4453e487f1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 15 Feb 2013 15:28:42 -0500 Subject: Add resource manager and move src/image.*. --- (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 554b428..925bdd2 100644 --- a/src/map.h +++ b/src/map.h @@ -1,6 +1,7 @@ #ifndef MAP_H #define MAP_H +#include #include "tileset.h" #include "layer.h" @@ -11,6 +12,7 @@ struct map { int tileheight; struct tileset *tilesets; struct layer *layers; + Uint8 *collision; }; #endif -- cgit v0.9.1