]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.h
implemented map tile anmation
[l2e.git] / src / map / Map.h
index c86b0ace9dc5bfd25dec749e57765ee2b3fb54bf..e0a95dd9bca2d062447249a1b9a88b02ae3dfd5f 100644 (file)
@@ -58,7 +58,10 @@ public:
 
        /// Render the map.
        /// Entities are not rendered by this function.
-       void Render(SDL_Surface *dest, const math::Vector<int> &offset) const;
+       void Render(
+                       SDL_Surface *dest,
+                       const math::Vector<int> &offset,
+                       unsigned int frame) const;
        /// Render a debugging overlay that includes collision and trigger
        /// information.
        void RenderDebug(SDL_Surface *dest, const math::Vector<int> &offset) const;