1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-20 03:29:32 +02:00

21 lines
433 B
C++
Raw Normal View History

2021-05-15 19:22:44 +03:00
/*
* Goals.h, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
#include "CGoal.h"
#include "Invalid.h"
#include "BuildBoat.h"
#include "BuildThis.h"
#include "BuyArmy.h"
#include "Trade.h"
#include "RecruitHero.h"
#include "DigAtTile.h"
2022-09-26 21:01:07 +03:00
#include "AdventureSpellCast.h"