소스 검색

try to fix ci

Laserlicht 1 년 전
부모
커밋
49cb985452
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/battle/BattleInterfaceClasses.h

+ 1 - 1
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