00001 /* ---------------------------------------------------------------------- * 00002 * timer.h 00003 * This file is part of lincity. 00004 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001. 00005 * ---------------------------------------------------------------------- */ 00006 #ifndef __timer_h__ 00007 #define __timer_h__ 00008 00009 void reset_start_time (void); 00010 00011 void init_timer_buttons(void); 00012 00013 void select_pause (void); 00014 void select_slow (void); 00015 void select_medium (void); 00016 void select_fast (void); 00017 00018 00019 #endif /* __timer_h__ */
1.3.9.1