home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / UAE061.LZH / uae-0.6.1 / include / os.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  366 b   |  18 lines

  1.  /* 
  2.   * UAE - The Un*x Amiga Emulator
  3.   * 
  4.   * OS specific functions
  5.   * 
  6.   * (c) 1995 Bernd Schmidt
  7.   */
  8.  
  9. extern void read_joystick(UWORD *dir, int *button);
  10. extern void init_joystick(void);
  11. extern void close_joystick(void);
  12.  
  13. extern CPTR audlc[4], audpt[4];
  14. extern UWORD audvol[4], audper[4], audlen[4];
  15.  
  16. extern int init_sound (void);
  17. extern void do_sound (void);
  18.