AlexVinS 9 年之前
父節點
當前提交
055c84bc7a
共有 4 個文件被更改,包括 3 次插入12 次删除
  1. 2 0
      client/CPreGame.h
  2. 1 1
      client/gui/CIntObject.h
  3. 0 10
      client/windows/CWindowObject.h
  4. 0 1
      client/windows/InfoWindows.h

+ 2 - 0
client/CPreGame.h

@@ -36,7 +36,9 @@ class CMultiLineLabel;
 class CToggleButton;
 class CToggleGroup;
 class CTabbedInt;
+class CAnimImage;
 class CButton;
+class CLabel;
 class CSlider;
 
 namespace boost{ class thread; class recursive_mutex;}

+ 1 - 1
client/gui/CIntObject.h

@@ -15,8 +15,8 @@
 #include "../Graphics.h"
 
 struct SDL_Surface;
-class CPicture;
 class CGuiHandler;
+class CPicture;
 
 struct SDL_KeyboardEvent;
 

+ 0 - 10
client/windows/CWindowObject.h

@@ -1,16 +1,6 @@
 #pragma once
 
 #include "../gui/CIntObject.h"
-//#include "../gui/SDL_Extensions.h"
-
-//#include "../../lib/FunctionList.h"
-
-struct SDL_Surface;
-struct Rect;
-class CAnimImage;
-class CLabel;
-class CAnimation;
-class CDefHandler;
 
 /*
  * CWindowObject.h, part of VCMI engine

+ 0 - 1
client/windows/InfoWindows.h

@@ -9,7 +9,6 @@ struct Rect;
 class CAnimImage;
 class CLabel;
 class CAnimation;
-class CDefHandler;
 class CComponent;
 class CSelectableComponent;
 class CGGarrison;