blob: a4e1d7ad23d5ea5b41aad79c3e1e326e5ee0836e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef PUZZLESET_HARD_H_8D67E34F
#define PUZZLESET_HARD_H_8D67E34F
#include <functional>
#include <vector>
class Generate;
const std::vector<std::function<void(Generate&)>>& GetHardPuzzles();
#endif /* end of include guard: PUZZLESET_HARD_H_8D67E34F */
|