track.h 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef TRACK_INCLD #define TRACK_INCLD void trackclick( int x, int y); void trackpoll( MouseState ms); void gettracktransform( float mat[4][4] ); void tinit( void ); #endif