/* time.h (C) 1997 Mark A. Livingston */ /* Any non-commercial use of this code is permitted so long as */ /* the above copyright line appears in the file. Please contact */ /* the author regarding permission for commercial use. */ /* Time module header file */ void TMXinit( int n ); void TMXdestroy( void ); void TMXpush( void ); double TMXpop( void ); double TMXframeRate( double *frame_time ); double TMXtimeStamp( void );