1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Converted remaining identifier to new system

This commit is contained in:
Ivan Savenko
2023-08-20 00:22:31 +03:00
parent 0240ee886d
commit e54287ea5d
91 changed files with 1590 additions and 1654 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "StdInc.h"
#include "AbstractGoal.h"
#include "../AIGateway.h"
#include "../../../lib/StringConstants.h"
#include "../../../lib/constants/StringConstants.h"
namespace NKAI
{
+1 -1
View File
@@ -11,7 +11,7 @@
#include "BuildThis.h"
#include "../AIGateway.h"
#include "../AIUtility.h"
#include "../../../lib/StringConstants.h"
#include "../../../lib/constants/StringConstants.h"
namespace NKAI
+1 -1
View File
@@ -11,7 +11,7 @@
#include "Composition.h"
#include "../AIGateway.h"
#include "../AIUtility.h"
#include "../../../lib/StringConstants.h"
#include "../../../lib/constants/StringConstants.h"
namespace NKAI
+1 -1
View File
@@ -11,7 +11,7 @@
#include "Goals.h"
#include "../AIGateway.h"
#include "../AIUtility.h"
#include "../../../lib/StringConstants.h"
#include "../../../lib/constants/StringConstants.h"
namespace NKAI