mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
2f5d6f2684
* CHexFieldControl renamed to CClickableHex * CCreatureAnimation.cpp/.h moved to BattleInterface/CCreatureAnimation.cpp/.h * Removed unused project files * Added VCMI_client filters file for VS 2010 * Gathered common parts of StdInc.h in Global.h * Boost.Spirit has been included in PCH for ERM project * StopWatch renamed to CStopWatch * GuiBase.cpp split up in UIFramework/...
7 lines
236 B
C
7 lines
236 B
C
#pragma once
|
|
|
|
#include "../../Global.h"
|
|
|
|
// This header should be treated as a pre compiled header file(PCH) in the compiler building settings.
|
|
|
|
// Here you can add specific libraries and macros which are specific to this project.
|