]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_find_position.h
Fixes compiler warning related to this gcc message: This file includes at least...
[flightgear.git] / src / FDM / UIUCModel / uiuc_find_position.h
1 #ifndef _FIND_POSITION_H_
2 #define _FIND_POSITION_H_
3
4 double uiuc_find_position(double command, double increment_per_timestep,
5                           double position);
6
7
8 #endif // _FIND_POSITION_H_