1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

AI now uses std::thread, added custom thread interruption logic

This commit is contained in:
Ivan Savenko
2025-03-02 10:48:16 +00:00
parent 844dfb1604
commit 948abfb04c
19 changed files with 87 additions and 81 deletions

View File

@@ -22,7 +22,7 @@
#include "../CCallback.h"
#include "ConditionalWait.h"
#include "../lib/ConditionalWait.h"
#include "../lib/CConfigHandler.h"
#include "../lib/CRandomGenerator.h"
#include "../lib/pathfinder/CGPathNode.h"