File: pause.h

package info (click to toggle)
tenmado 0.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,132 kB
  • ctags: 1,170
  • sloc: ansic: 23,985; sh: 946; makefile: 348; yacc: 321; lex: 171
file content (10 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/* $Id: pause.h,v 1.7 2002/07/10 06:43:19 oohara Exp $ */

#ifndef __TENMADO_PAUSE_H__
#define __TENMADO_PAUSE_H__

void clear_pause(void);
int do_pause(int pause_key_pressed);
void pause_by_mouse(int gain);

#endif /* not __TENMADO_PAUSE_H__ */