10 lines
161 B
C
10 lines
161 B
C
#ifndef HOPE
|
|
#define HOPE
|
|
|
|
#include <stdbool.h>
|
|
#include "SCP.h"
|
|
|
|
circle hope(point * ps, int length);
|
|
bool isSuit(circle crcl, point * ps, int length);
|
|
|
|
#endif
|