mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Map editor can be built during single-app build
Editor remains as separate .exe in such build, but it won't break compilation
This commit is contained in:
@@ -19,10 +19,14 @@
|
||||
#include <QPixmap>
|
||||
#include <QRect>
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
class CGObjectInstance;
|
||||
class CGBoat;
|
||||
class PlayerColor;
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
||||
struct TileObject
|
||||
{
|
||||
CGObjectInstance *obj;
|
||||
|
||||
Reference in New Issue
Block a user