forked from ExternalVendorCode/Signal-Server
7 lines
112 B
C++
7 lines
112 B
C++
#ifndef _PEL_HH_
|
|
#define _PEL_HH_
|
|
|
|
double PlaneEarthLoss(float d, float TxH, float RxH);
|
|
|
|
#endif /* _PEL_HH_ */
|