Devilution
Diablo devolved - magic behind the 1996 computer game
track.h
Go to the documentation of this file.
1 //HEADER_GOES_HERE
2 #ifndef __TRACK_H__
3 #define __TRACK_H__
4 
5 void track_process();
6 void track_repeat_walk(BOOL rep);
7 BOOL track_isscrolling();
8 
9 #endif /* __TRACK_H__ */
track_isscrolling
BOOL track_isscrolling()
Definition: track.cpp:46
track_repeat_walk
void track_repeat_walk(BOOL rep)
Definition: track.cpp:31
track_process
void track_process()
Definition: track.cpp:9