From eda5d1668dbc8529453b7128c4ec2d51aeb1e783 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 15 Apr 2022 01:18:36 -0700 Subject: split code into multiple files --- comp.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 comp.h (limited to 'comp.h') diff --git a/comp.h b/comp.h new file mode 100644 index 0000000..c7bc830 --- /dev/null +++ b/comp.h @@ -0,0 +1,8 @@ +#ifndef COMP_H +#define COMP_H + +#include "match.h" + +void comp_visit(struct leg *l); + +#endif -- cgit v1.2.3-70-g09d2