1
0
Fork 0
flightgear/src/FDM/LaRCsim/ls_gravity.h
Tim Moore c90db01dc8 source tree reorganization prior to flightgear 0.7
SimGear and TerraGear appear to have been split off at this time.
2009-09-14 14:26:20 +02:00

11 lines
161 B
C

/* a quick ls_gravity.h */
#ifndef _LS_GRAVITY_H
#define _LS_GRAVITY_H
void ls_gravity( SCALAR radius, SCALAR lat, SCALAR *gravity );
#endif _LS_GRAVITY_H