forked from ExternalVendorCode/Signal-Server
7 lines
109 B
C++
7 lines
109 B
C++
#ifndef _SOIL_HH_
|
|
#define _SOIL_HH_
|
|
|
|
double SoilPathLoss(float f, float d, float t);
|
|
|
|
#endif /* _SOIL_HH_ */
|