1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +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

@ -21,7 +21,7 @@
#include "../../TerrainHandler.h"
#include "../lib/mapping/CMapEditManager.h"
#include "../TileInfo.h"
#include "../threadpool/MapProxy.h"
#include "../MapProxy.h"
VCMI_LIB_NAMESPACE_BEGIN