[go: up one dir, main page]

File: timer.h

package info (click to toggle)
lincity 1.13.1-17
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 7,340 kB
  • sloc: ansic: 32,746; sh: 8,578; makefile: 584; perl: 445; yacc: 316; sed: 16
file content (19 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ---------------------------------------------------------------------- *
 * timer.h
 * This file is part of lincity.
 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
 * ---------------------------------------------------------------------- */
#ifndef __timer_h__
#define __timer_h__

void reset_start_time (void);

void init_timer_buttons(void);

void select_pause (void);
void select_slow (void);
void select_medium (void);
void select_fast (void);


#endif	/* __timer_h__ */