about summary refs log tree commit diff stats
path: root/ext/wittle_generator/PuzzlesetMedium.h
blob: d8f60c0cd0ec00d6b54aba1df49824a9d92c96e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PUZZLESET_MEDIUM_H_07C331F6
#define PUZZLESET_MEDIUM_H_07C331F6

#include <functional>
#include <vector>

class Generate;

const std::vector<std::function<void(Generate&)>>& GetMediumPuzzles();

#endif /* end of include guard: PUZZLESET_MEDIUM_H_07C331F6 */