fly.h 323 Bytes
/*
 *  Prototypes for simple flying interface
 */

#ifndef FLY_INCLD
#define FLY_INCLD

void flystop( void );
void flyclick( int x, int y );
void flyrollclick( int x, int y );
void flypitchclick( int x, int y );
void flypoll( MouseState ms );
void getflytransform( float mat[4][4], int initTrans );

#endif /* FLY_INCLD */