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

#include <functional>
#include <vector>

class Generate;

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

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