18 lines
299 B
C++
18 lines
299 B
C++
|
|
||
|
#include <Environment/precipitation_mgr.hxx>
|
||
|
|
||
|
FGPrecipitationMgr::FGPrecipitationMgr()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
FGPrecipitationMgr::~FGPrecipitationMgr()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void FGPrecipitationMgr::bind () {}
|
||
|
void FGPrecipitationMgr::unbind () {}
|
||
|
void FGPrecipitationMgr::init () {}
|
||
|
void FGPrecipitationMgr::update (double dt) {}
|