mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
NKAI: namespace
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
#include "../../../lib/CPathfinder.h"
|
||||
#include "../Behaviors/CaptureObjectsBehavior.h"
|
||||
|
||||
namespace NKAI
|
||||
{
|
||||
|
||||
extern boost::thread_specific_ptr<CCallback> cb;
|
||||
extern boost::thread_specific_ptr<AIGateway> ai;
|
||||
|
||||
@@ -77,3 +80,5 @@ std::string BuildBoat::toString() const
|
||||
{
|
||||
return "BuildBoat";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user