1 /* ---------------------------------------------------------------------- *
2  * timer.h
3  * This file is part of lincity.
4  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
5  * ---------------------------------------------------------------------- */
6 #ifndef __timer_h__
7 #define __timer_h__
8 
9 void reset_start_time (void);
10 
11 void init_timer_buttons(void);
12 
13 void select_pause (void);
14 void select_slow (void);
15 void select_medium (void);
16 void select_fast (void);
17 
18 
19 #endif	/* __timer_h__ */
20