swappy/include/box.h
2019-12-02 00:27:38 -05:00

8 lines
199 B
C

#pragma once
#include "swappy.h"
bool box_parse(struct swappy_box *box, const char *str);
bool is_empty_box(struct swappy_box *box);
bool intersect_box(struct swappy_box *a, struct swappy_box *b);