diff options
Diffstat (limited to 'ext/wittle_generator/PuzzlesetHard.h')
-rw-r--r-- | ext/wittle_generator/PuzzlesetHard.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/wittle_generator/PuzzlesetHard.h b/ext/wittle_generator/PuzzlesetHard.h new file mode 100644 index 0000000..a4e1d7a --- /dev/null +++ b/ext/wittle_generator/PuzzlesetHard.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef PUZZLESET_HARD_H_8D67E34F | ||
2 | #define PUZZLESET_HARD_H_8D67E34F | ||
3 | |||
4 | #include <functional> | ||
5 | #include <vector> | ||
6 | |||
7 | class Generate; | ||
8 | |||
9 | const std::vector<std::function<void(Generate&)>>& GetHardPuzzles(); | ||
10 | |||
11 | #endif /* end of include guard: PUZZLESET_HARD_H_8D67E34F */ | ||