1
0
Fork 0
flightgear/src/FDM/LaRCsim/ls_step.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
136 B
C

/* a quick ls_step.h */
#ifndef _LS_STEP_H
#define _LS_STEP_H
void ls_step( SCALAR dt, int Initialize );
#endif /* _LS_STEP_H */