X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMap.h;h=e0a95dd9bca2d062447249a1b9a88b02ae3dfd5f;hb=e1dab8a680a76f8621e967a693dbf2b481ba8f75;hp=101689f72c43f9ecece1748100f90b9aa4bfc5ed;hpb=092a2dd175a4001a495c84ee85211734fb928c83;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index 101689f..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; @@ -81,4 +84,4 @@ private: } -#endif /* MAP_MAP_H_ */ +#endif