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