14 #ifndef GK_TILEMAPRENDERER_HPP_ 15 #define GK_TILEMAPRENDERER_HPP_ 41 #endif // GK_TILEMAPRENDERER_HPP_ void updateTile(u8 layer, u16 tileX, u16 tileY, u16 id, Tilemap &map)
void draw(gk::RenderTarget &target, gk::RenderStates states) const override
Draw the object to a render target.
void init(Tilemap *map, u16 mapWidth, u16 mapHeight, u8 mapLayers)
Abstract base class for objects that can be drawn to a render target.