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

/* a quick navion_init.h */
#ifndef _NAVION_INIT_H
#define _NAVION_INIT_H
void model_init( void );
#endif _NAVION_INIT_H