#ifndef PLOC_GEN_PATTERN_NEXT_H #define PLOC_GEN_PATTERN_NEXT_H #include #include "pattern.h" bool next_point(struct pattern *pattern); #endif