mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-07 00:58:39 +02:00
replaced extern SDL_Surface* X; all over the code with single header
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
#include "CPlayerInterface.h" //LOCPLINT
|
||||
#include "UIFramework/CGuiHandler.h"
|
||||
#include "UIFramework/CIntObjectClasses.h"
|
||||
#include "CMT.h"
|
||||
|
||||
/*
|
||||
* CKingdomInterface.cpp, part of VCMI engine
|
||||
@ -27,8 +28,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
extern SDL_Surface *screenBuf;
|
||||
|
||||
InfoBox::InfoBox(Point position, InfoPos Pos, InfoSize Size, IInfoBoxData *Data):
|
||||
size(Size),
|
||||
infoPos(Pos),
|
||||
|
Reference in New Issue
Block a user