forked from ExternalVendorCode/Signal-Server
7 lines
100 B
C++
7 lines
100 B
C++
#ifndef _FSPL_HH_
|
|
#define _FSPL_HH_
|
|
|
|
double FSPLpathLoss(float f, float d);
|
|
|
|
#endif /* _FSPL_HH_ */
|