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:
@ -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
|
||||
|
Reference in New Issue
Block a user