[go: up one dir, main page]

Menu

[r203]: / sz81 / allmain.h  Maximize  Restore  History

Download this file

9 lines (7 with data), 211 Bytes

1
2
3
4
5
6
7
8
/* allmain.h - functions provided by {,x}main.c needed by common*.c.
*/
#ifndef SZ81 /* Added by Thunor */
extern void exit_program(void);
#endif
extern void update_scrn(void);
extern void check_events(void);