Goals.h 724 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Goals.h, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #pragma once
  11. #include "CGoal.h"
  12. #include "Invalid.h"
  13. #include "BuildBoat.h"
  14. #include "Build.h"
  15. #include "BuildThis.h"
  16. #include "Conquer.h"
  17. #include "GatherArmy.h"
  18. #include "Win.h"
  19. #include "VisitObj.h"
  20. #include "VisitTile.h"
  21. #include "VisitHero.h"
  22. #include "Explore.h"
  23. #include "BuyArmy.h"
  24. #include "GatherTroops.h"
  25. #include "Trade.h"
  26. #include "CollectRes.h"
  27. #include "RecruitHero.h"
  28. #include "GetArtOfType.h"
  29. #include "ClearWayTo.h"
  30. #include "DigAtTile.h"
  31. #include "FindObj.h"
  32. #include "AdventureSpellCast.h"