mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
NKAI: namespace
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
#include "../../../lib/StringConstants.h"
|
||||
|
||||
|
||||
namespace NKAI
|
||||
{
|
||||
|
||||
extern boost::thread_specific_ptr<CCallback> cb;
|
||||
extern boost::thread_specific_ptr<AIGateway> ai;
|
||||
|
||||
@@ -63,4 +66,6 @@ void BuildThis::accept(AIGateway * ai)
|
||||
}
|
||||
|
||||
throw cannotFulfillGoalException("Cannot build a given structure!");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user