1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Merge pull request #5496 from IvanSavenko/std_thread

Replace boost::thread with std::thread
This commit is contained in:
Ivan Savenko
2025-03-08 16:03:55 +02:00
committed by GitHub
48 changed files with 323 additions and 373 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"