mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-02 00:10:22 +02:00
Merge pull request #287 from dydzio0614/smallfix
Cleanup after last MSVS compilation fixes
This commit is contained in:
commit
692041a20e
@ -11,9 +11,8 @@
|
||||
#include "GameConstants.h"
|
||||
|
||||
// for battle stacks' positions
|
||||
struct DLL_LINKAGE BattleHex
|
||||
struct DLL_LINKAGE BattleHex //TODO: decide if this should be changed to class for better code design
|
||||
{
|
||||
//public:
|
||||
si16 hex;
|
||||
static const si16 INVALID = -1;
|
||||
enum EDir { RIGHT, BOTTOM_RIGHT, BOTTOM_LEFT, LEFT, TOP_LEFT, TOP_RIGHT };
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
#include "StdInc.h"
|
||||
#include "BattleState.h"
|
||||
#include "BattleHex.h"
|
||||
|
||||
#include <numeric>
|
||||
#include "VCMI_Lib.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include "CTownHandler.h"
|
||||
#include "VCMI_Lib.h"
|
||||
#include "spells/CSpellHandler.h"
|
||||
#include "BattleHex.h"
|
||||
|
||||
/*
|
||||
* CObstacleInstance.cpp, part of VCMI engine
|
||||
|
Loading…
Reference in New Issue
Block a user