X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbattle%2FBattleState.cpp;h=d442f2289becfefbbf4432ac37e637e292001eb3;hb=7252571fb926a187c4c40e8f4eec718f16d63ffa;hp=c2310eaeed3510196575802f8b7c628507340b92;hpb=65158353d1ecbed0032752863c6c4eb96b1a084a;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index c2310ea..d442f22 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -74,7 +74,7 @@ void BattleState::SwapHeroes(int lhs, int rhs) { } -void BattleState::Resize(int w, int h) { +void BattleState::OnResize(int w, int h) { }