]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.h
fix substantial mistake in linker
[l2e.git] / src / map / Map.h
index 101689f72c43f9ecece1748100f90b9aa4bfc5ed..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;
@@ -81,4 +84,4 @@ private:
 
 }
 
-#endif /* MAP_MAP_H_ */
+#endif