summaryrefslogtreecommitdiff
path: root/comp.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-15 01:18:36 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-15 01:18:36 -0700
commiteda5d1668dbc8529453b7128c4ec2d51aeb1e783 (patch)
tree2ee5072865a761c540be454abcb6871358be65ea /comp.h
parent3ffb56f167a1855731b50eebfc484b7cc5f21036 (diff)
downloaddartboat-eda5d1668dbc8529453b7128c4ec2d51aeb1e783.tar.gz
dartboat-eda5d1668dbc8529453b7128c4ec2d51aeb1e783.tar.xz
split code into multiple files
Diffstat (limited to 'comp.h')
-rw-r--r--comp.h8
1 files changed, 8 insertions, 0 deletions
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