mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-31 22:05:10 +02:00
cleanup
This commit is contained in:
parent
abb875b400
commit
055c84bc7a
client
@ -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;}
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include "../Graphics.h"
|
||||
|
||||
struct SDL_Surface;
|
||||
class CPicture;
|
||||
class CGuiHandler;
|
||||
class CPicture;
|
||||
|
||||
struct SDL_KeyboardEvent;
|
||||
|
||||
|
@ -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
|
||||
|
@ -9,7 +9,6 @@ struct Rect;
|
||||
class CAnimImage;
|
||||
class CLabel;
|
||||
class CAnimation;
|
||||
class CDefHandler;
|
||||
class CComponent;
|
||||
class CSelectableComponent;
|
||||
class CGGarrison;
|
||||
|
Loading…
x
Reference in New Issue
Block a user