File: ui.h

package info (click to toggle)
aylet 0.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 264 kB
  • ctags: 403
  • sloc: ansic: 3,648; makefile: 46; sh: 23
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* aylet 0.1, a .AY music file player.
 * Copyright (C) 2001 Russell Marks and Ian Collier. See main.c for licence.
 *
 * ui.h
 */

extern int ui_frame(void);
extern void ui_change_notify(void);
extern void ui_reset_notify(void);
extern void ui_init(int argc,char **argv);
extern void ui_end(void);