X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=5bdcf0121fdffeeedcc8d1a47b36081d6f493b29;hb=acc322b16b5f31cfbc350d4fccb457c7730287fd;hp=6ea58374cee518584f8d7c8915a22f8e0ac62c05;hpb=092a2dd175a4001a495c84ee85211734fb928c83;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 6ea5837..5bdcf01 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -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 &offset) const; + void Render( + SDL_Surface *dest, + const graphics::Sprite *tileset, + const math::Vector &offset, + unsigned int frame) const; void RenderDebug(SDL_Surface *dest, const graphics::Sprite *tileset, const math::Vector &offset) const; static void CreateTypeDescription(); @@ -61,4 +65,4 @@ private: } -#endif /* MAP_AREA_H_ */ +#endif