forked from ExternalVendorCode/Signal-Server
7 lines
120 B
C++
7 lines
120 B
C++
#ifndef _EGLI_HH_
|
|
#define _EGLI_HH_
|
|
|
|
double EgliPathLoss(float f, float h1, float h2, float d);
|
|
|
|
#endif /* _EGLI_HH_ */
|