mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
replaced extern SDL_Surface* X; all over the code with single header
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
|
||||
#include "UIFramework/CGuiHandler.h"
|
||||
#include "UIFramework/CIntObjectClasses.h"
|
||||
#include "CMT.h"
|
||||
|
||||
#undef min
|
||||
|
||||
@ -38,7 +39,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
extern SDL_Surface * screen;
|
||||
using namespace boost::assign;
|
||||
|
||||
const TBonusListPtr CHeroWithMaybePickedArtifact::getAllBonuses(const CSelector &selector, const CSelector &limit, const CBonusSystemNode *root /*= NULL*/, const std::string &cachingStr /*= ""*/) const
|
||||
|
Reference in New Issue
Block a user