mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
NKAI: namespace
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
#include "../AIUtility.h"
|
||||
|
||||
|
||||
namespace NKAI
|
||||
{
|
||||
|
||||
extern boost::thread_specific_ptr<CCallback> cb;
|
||||
extern boost::thread_specific_ptr<AIGateway> ai;
|
||||
|
||||
@@ -35,3 +38,5 @@ bool DigAtTile::operator==(const DigAtTile & other) const
|
||||
//
|
||||
// return sptr(VisitTile(tile));
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user