c90db01dc8
SimGear and TerraGear appear to have been split off at this time.
11 lines
110 B
C
11 lines
110 B
C
/* a quick ls_aux.h */
|
|
|
|
|
|
#ifndef _LS_AUX_H
|
|
#define _LS_AUX_H
|
|
|
|
|
|
void ls_aux( void );
|
|
|
|
|
|
#endif /* _LS_AUX_H */
|