4 * Created on: Sep 29, 2012
12 #include "../geometry/Vector.h"
13 #include "../graphics/fwd.h"
26 void Render(SDL_Surface *dest, const geometry::Vector<int> &offset) const;
30 void SetTileset(const graphics::Sprite *t) { tileset = t; }
31 void SetAreas(const Area *a, int num) { areas = a; numAreas = num; }
32 void SetWidth(int w) { width = w; }
35 const graphics::Sprite *tileset;
44 #endif /* MAP_MAP_H_ */