|
@ -5,15 +5,15 @@ |
|
|
namespace klotski { |
|
|
namespace klotski { |
|
|
|
|
|
|
|
|
const uint64_t GROUP_SEEDS[25422] = { |
|
|
const uint64_t GROUP_SEEDS[25422] = { |
|
|
#include "static/group_seeds.inc" |
|
|
#include "group_seeds/content.inc" |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const uint16_t GROUP_SEEDS_INDEX[25422] = { |
|
|
const uint16_t GROUP_SEEDS_INDEX[25422] = { |
|
|
#include "static/group_seeds_index.inc" |
|
|
#include "group_seeds/index.inc" |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const uint16_t GROUP_SEEDS_INDEX_REV[25422] = { |
|
|
const uint16_t GROUP_SEEDS_INDEX_REV[25422] = { |
|
|
#include "static/group_seeds_index_rev.inc" |
|
|
#include "group_seeds/index_rev.inc" |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
} // namespace klotski
|
|
|
} // namespace klotski
|
|
|