]> git.mxchange.org Git - flightgear.git/blob - LaRCsim/ls_step.h
MSVC++ portability tweaks contributed by Bernie Bright.
[flightgear.git] / LaRCsim / ls_step.h
1 /* a quick ls_step.h */
2
3
4 #ifndef _LS_STEP_H
5 #define _LS_STEP_H
6
7
8 void ls_step( SCALAR dt, int Initialize );      
9
10
11 #endif /* _LS_STEP_H */