1
0
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:
Alexander Shishkin 2017-03-16 06:32:12 +03:00 committed by GitHub
commit 692041a20e
3 changed files with 1 additions and 4 deletions

View File

@ -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 };

View File

@ -10,7 +10,6 @@
#include "StdInc.h"
#include "BattleState.h"
#include "BattleHex.h"
#include <numeric>
#include "VCMI_Lib.h"

View File

@ -4,7 +4,6 @@
#include "CTownHandler.h"
#include "VCMI_Lib.h"
#include "spells/CSpellHandler.h"
#include "BattleHex.h"
/*
* CObstacleInstance.cpp, part of VCMI engine