1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

NK2AI::AIGateway in CDynLibHandler.cpp

This commit is contained in:
Mircea TheHonestCTO
2025-08-24 21:04:26 +02:00
parent 57949d8323
commit 22b2a425c4

View File

@@ -17,6 +17,7 @@
#ifdef STATIC_AI #ifdef STATIC_AI
# include "../../AI/VCAI/VCAI.h" # include "../../AI/VCAI/VCAI.h"
# include "../../AI/Nullkiller/AIGateway.h" # include "../../AI/Nullkiller/AIGateway.h"
# include "../../AI/Nullkiller2/AIGateway.h"
# include "../../AI/BattleAI/BattleAI.h" # include "../../AI/BattleAI/BattleAI.h"
# include "../../AI/StupidAI/StupidAI.h" # include "../../AI/StupidAI/StupidAI.h"
# include "../../AI/EmptyAI/CEmptyAI.h" # include "../../AI/EmptyAI/CEmptyAI.h"