add flag to toggle tracy (disabled for now)
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
#ifndef __PRESETS_HPP_
|
||||
#define __PRESETS_HPP_
|
||||
|
||||
#include "config.hpp"
|
||||
#include "puzzle.hpp"
|
||||
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
|
||||
#include "puzzle.hpp"
|
||||
|
||||
using StateGenerator = std::function<State(void)>;
|
||||
|
||||
inline auto state_simple_1r() -> State {
|
||||
|
||||
Reference in New Issue
Block a user