From 49cb9854521026b8d4f3a55b3c76dc631263792f Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Mon, 20 May 2024 00:28:08 +0200 Subject: [PATCH] try to fix ci --- client/battle/BattleInterfaceClasses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/battle/BattleInterfaceClasses.h b/client/battle/BattleInterfaceClasses.h index 6033d983c..e65add84d 100644 --- a/client/battle/BattleInterfaceClasses.h +++ b/client/battle/BattleInterfaceClasses.h @@ -22,6 +22,7 @@ class CGHeroInstance; struct BattleResult; struct InfoAboutHero; class CStack; +class CPlayerBattleCallback; namespace battle { @@ -45,7 +46,6 @@ class CPlayerInterface; class BattleRenderer; class VideoWidget; class QuickSpellPanel; -class CPlayerBattleCallback; /// Class which shows the console at the bottom of the battle screen and manages the text of the console class BattleConsole : public CIntObject, public IStatusBar