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

@ -13,7 +13,7 @@
#include "../../GameConstants.h"
#include "../../int3.h"
#include "../Zone.h"
#include "../threadpool/MapProxy.h"
#include "../MapProxy.h"
class RmgMap;
class CMapGenerator;
@ -78,4 +78,4 @@ private:
void dump();
};
VCMI_LIB_NAMESPACE_END
VCMI_LIB_NAMESPACE_END