X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMap.h;h=e0a95dd9bca2d062447249a1b9a88b02ae3dfd5f;hb=5f9a1893c0db8f53889a390e4c4b95d57abd4384;hp=c86b0ace9dc5bfd25dec749e57765ee2b3fb54bf;hpb=4309d259becd96ead792678257e910c03a6b4a3d;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index c86b0ac..e0a95dd 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -58,7 +58,10 @@ public: /// Render the map. /// Entities are not rendered by this function. - void Render(SDL_Surface *dest, const math::Vector &offset) const; + void Render( + SDL_Surface *dest, + const math::Vector &offset, + unsigned int frame) const; /// Render a debugging overlay that includes collision and trigger /// information. void RenderDebug(SDL_Surface *dest, const math::Vector &offset) const;