1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Remove custom implementation of threadpool from rmg in favor of TBB

This commit is contained in:
Ivan Savenko
2025-02-15 14:48:24 +00:00
parent f06e707108
commit 33468f21ff
10 changed files with 18 additions and 307 deletions

View File

@ -15,7 +15,7 @@
#include "RockFiller.h"
#include "../Functions.h"
#include "../CMapGenerator.h"
#include "../threadpool/MapProxy.h"
#include "../MapProxy.h"
#include "../../mapping/CMapEditManager.h"
#include "../../mapObjects/CGObjectInstance.h"
#include "../../modding/IdentifierStorage.h"