]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Area.h
implemented map tile anmation
[l2e.git] / src / map / Area.h
index 6ea58374cee518584f8d7c8915a22f8e0ac62c05..5bdcf0121fdffeeedcc8d1a47b36081d6f493b29 100644 (file)
@@ -40,7 +40,11 @@ public:
        /// Get the default battle background for this area.
        SDL_Surface *BattleBackground() { return battlebg; }
 
-       void Render(SDL_Surface *dest, const graphics::Sprite *tileset, const math::Vector<int> &offset) const;
+       void Render(
+                       SDL_Surface *dest,
+                       const graphics::Sprite *tileset,
+                       const math::Vector<int> &offset,
+                       unsigned int frame) const;
        void RenderDebug(SDL_Surface *dest, const graphics::Sprite *tileset, const math::Vector<int> &offset) const;
 
        static void CreateTypeDescription();
@@ -61,4 +65,4 @@ private:
 
 }
 
-#endif /* MAP_AREA_H_ */
+#endif