3 lines
102 B
C
3 lines
102 B
C
|
#pragma once
|
||
|
int computeArea(int ax1, int ay1, int ax2, int ay2, int bx1, int by1, int bx2, int by2);
|