aboutsummaryrefslogtreecommitdiff
path: root/aberth/compute_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/compute_host.h')
-rw-r--r--aberth/compute_host.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/aberth/compute_host.h b/aberth/compute_host.h
new file mode 100644
index 0000000..7a2ad36
--- /dev/null
+++ b/aberth/compute_host.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <vector>
+#include "defs.h"
+
+using namespace std;
+
+
+vector<int> computeHost(int W, int H, Com bottomLeft, Com topRight);