mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
revert file name without 2 to make it easier to compare new vs old
This commit is contained in:
@@ -30,10 +30,10 @@ private:
|
||||
std::vector<Goals::TGoalVec> goals;
|
||||
std::vector<TGoalHashSet> decompositionCache;
|
||||
int depth;
|
||||
const Nullkiller2 * ai;
|
||||
const Nullkiller * ai;
|
||||
|
||||
public:
|
||||
DeepDecomposer(const Nullkiller2 * ai);
|
||||
DeepDecomposer(const Nullkiller * ai);
|
||||
void reset();
|
||||
void decompose(Goals::TGoalVec & result, Goals::TSubgoal behavior, int depthLimit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user