X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FPerformAttacks.h;h=19e3200a42f2825504055ba1983d8fcffc1eeff6;hb=d2f44bfe5d159647431cee8ab29898bd3618d980;hp=e8a878d761e6b214820ba998407c7d98087dc617;hpb=d4609ba1798d82cce128b5985d60cb212b760246;p=l2e.git diff --git a/src/battle/states/PerformAttacks.h b/src/battle/states/PerformAttacks.h index e8a878d..19e3200 100644 --- a/src/battle/states/PerformAttacks.h +++ b/src/battle/states/PerformAttacks.h @@ -44,6 +44,8 @@ private: void ResetAnimation(); private: + void AddNumberAnimations(const TargetSelection &); + void RenderTitleBar(SDL_Surface *screen, const geometry::Vector &offset) const; void RenderNumbers(SDL_Surface *screen, const geometry::Vector &offset) const; void RenderTargetAnimation(SDL_Surface *screen, const geometry::Vector &offset) const;