1 /*
2   Queue
3   Store data for reformatting when zooming
4   JBS 15 June 1994
5 */
6 
7 #ifndef _QUEUE_
8 
9 #define _QUEUE_
10 
11 void qu_row(int);
12 void qu_play(void);
13 
14 #endif
15