aboutsummaryrefslogtreecommitdiff
path: root/aberth/compute_host.h
blob: 7a2ad36d1aaaa1812a10d4753ac0fc50c4c76411 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <vector>
#include "defs.h"

using namespace std;


vector<int> computeHost(int W, int H, Com bottomLeft, Com topRight);