]> git.mxchange.org Git - flightgear.git/blob - src/Main/FGInterpolator.hxx
Reduce amount of log output at level=debug.
[flightgear.git] / src / Main / FGInterpolator.hxx
1 /*
2  * FGInterpolator.hxx
3  *
4  *  Created on: 16.03.2013
5  *      Author: tom
6  */
7
8 #ifndef FG_INTERPOLATOR_HXX_
9 #define FG_INTERPOLATOR_HXX_
10
11 #include <simgear/props/PropertyInterpolationMgr.hxx>
12
13 class FGInterpolator:
14   public simgear::PropertyInterpolationMgr
15 {
16   public:
17     FGInterpolator();
18 };
19
20
21 #endif /* FG_INTERPOLATOR_HXX_ */