mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
10 lines
177 B
C
10 lines
177 B
C
//HEADER_GOES_HERE
|
|
#ifndef __TRACK_H__
|
|
#define __TRACK_H__
|
|
|
|
void track_process();
|
|
void track_repeat_walk(BOOL rep);
|
|
BOOL track_isscrolling();
|
|
|
|
#endif /* __TRACK_H__ */
|