You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
204 B

//HEADER_GOES_HERE
#ifndef __TRACK_H__
#define __TRACK_H__
void __cdecl track_process();
void __fastcall track_repeat_walk(BOOL rep);
BOOL __cdecl track_isscrolling();
#endif /* __TRACK_H__ */