1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix: licenses, pragma guards, StdInc

This commit is contained in:
Evgeny Malygin
2024-03-29 07:48:52 +02:00
committed by GitHub
parent 54405e33bc
commit 25125f96da
54 changed files with 282 additions and 39 deletions

View File

@@ -1,6 +1,3 @@
namespace Nullkiller
{
/*
* Build.cpp, part of VCMI engine
*
@@ -23,6 +20,8 @@ namespace Nullkiller
#include "../../../lib/CPathfinder.h"
#include "../../../lib/StringConstants.h"
namespace Nullkiller
{
extern boost::thread_specific_ptr<CCallback> cb;
extern boost::thread_specific_ptr<AIGateway> ai;